weird comment, nbd
This commit is contained in:
parent
fb83d7f277
commit
d10f9b7320
1 changed files with 2 additions and 2 deletions
|
|
@ -2529,10 +2529,10 @@ class DefaultExit(DefaultObject):
|
||||||
[
|
[
|
||||||
"puppet:false()", # would be weird to puppet an exit ...
|
"puppet:false()", # would be weird to puppet an exit ...
|
||||||
"traverse:all()", # who can pass through exit by default
|
"traverse:all()", # who can pass through exit by default
|
||||||
"get:false()",
|
"get:false()", # noone can pick up the exit
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
) # noone can pick up the exit
|
)
|
||||||
|
|
||||||
# an exit should have a destination (this is replaced at creation time)
|
# an exit should have a destination (this is replaced at creation time)
|
||||||
if self.location:
|
if self.location:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue