mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 08:46:31 +01:00
weird comment, nbd
This commit is contained in:
parent
d979a60eab
commit
13ceabc1a4
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 ...
|
||||
"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)
|
||||
if self.location:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue