Remove the commented out RegenerateRoomsAction handling
It still is not implemented but RegenerateRoomsAction will handle it when I bring it back.
This commit is contained in:
parent
5ce26e310b
commit
f1b95a697e
1 changed files with 0 additions and 3 deletions
|
|
@ -43,9 +43,6 @@ class Engine:
|
||||||
|
|
||||||
action.perform(self, self.player)
|
action.perform(self, self.player)
|
||||||
|
|
||||||
# if isinstance(action, RegenerateRoomsAction):
|
|
||||||
# partitions, rooms = generate_rooms(random)
|
|
||||||
|
|
||||||
def print_to_console(self, console):
|
def print_to_console(self, console):
|
||||||
self.map.print_to_console(console)
|
self.map.print_to_console(console)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue