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:
Eryn Wells 2022-05-01 09:29:56 -07:00
parent 5ce26e310b
commit f1b95a697e

View file

@ -43,9 +43,6 @@ class Engine:
action.perform(self, self.player)
# if isinstance(action, RegenerateRoomsAction):
# partitions, rooms = generate_rooms(random)
def print_to_console(self, console):
self.map.print_to_console(console)