diff --git a/evennia/objects/objects.py b/evennia/objects/objects.py index 25731923e6..04bbad6206 100644 --- a/evennia/objects/objects.py +++ b/evennia/objects/objects.py @@ -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: