From 13ceabc1a4543c075edab2ce2b874eccf8750103 Mon Sep 17 00:00:00 2001 From: trhr Date: Fri, 28 Feb 2020 22:32:28 -0600 Subject: [PATCH] weird comment, nbd --- evennia/objects/objects.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: