Minor fixes in tutorial_world build.

This commit is contained in:
Griatch 2012-02-21 08:11:16 +01:00
parent 6d73b05d91
commit 001a39c3b9
2 changed files with 16 additions and 6 deletions

View file

@ -359,7 +359,7 @@ class TeleportRoom(TutorialRoom):
def at_object_receive(self, character, source_location):
"This hook is called by the engine whenever the player is moved into this room."
if not character.has_player or character.is_superuser:
if not character.has_player:
# only act on player characters.
return
#print character.db.puzzle_clue, self.db.puzzle_value