Fixed bug in dark room. The mob currently has issues accepting exit locks
This commit is contained in:
parent
56104d9a1d
commit
4e11b2b5b5
3 changed files with 2 additions and 6 deletions
|
|
@ -473,7 +473,7 @@ class DarkRoom(TutorialRoom):
|
|||
self.db.tutorial_info = "This is a room with custom command sets on itself."
|
||||
# the room starts dark.
|
||||
self.db.is_lit = False
|
||||
self.cmdsets.add(DarkCmdSet, permanent=True)
|
||||
self.cmdset.add(DarkCmdSet, permanent=True)
|
||||
|
||||
def at_init(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue