Left some debugs in
This commit is contained in:
parent
fe2eb3884a
commit
8cf5baff72
1 changed files with 0 additions and 2 deletions
|
|
@ -103,7 +103,6 @@ class Character(Object, DefaultCharacter):
|
||||||
False, the move is immediately canceled.
|
False, the move is immediately canceled.
|
||||||
"""
|
"""
|
||||||
self.db.tutorstate = self.db.tutorstate | TutorialState.MOVE.value
|
self.db.tutorstate = self.db.tutorstate | TutorialState.MOVE.value
|
||||||
self.msg(f"State: {self.db.tutorstate}")
|
|
||||||
|
|
||||||
if self.db.is_sitting:
|
if self.db.is_sitting:
|
||||||
self.msg("You stand up first...")
|
self.msg("You stand up first...")
|
||||||
|
|
@ -136,7 +135,6 @@ class Character(Object, DefaultCharacter):
|
||||||
if view_lock == lock_string:
|
if view_lock == lock_string:
|
||||||
self.tags.add(hidden_tag, category="mp")
|
self.tags.add(hidden_tag, category="mp")
|
||||||
|
|
||||||
self.msg(f"Initial look State: {self.db.tutorstate}")
|
|
||||||
if target.is_typeclass("typeclasses.rooms.Room"):
|
if target.is_typeclass("typeclasses.rooms.Room"):
|
||||||
self.db.tutorstate = self.db.tutorstate | TutorialState.LOOK.value
|
self.db.tutorstate = self.db.tutorstate | TutorialState.LOOK.value
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue