From 592bb8249e7be37155502e710ecf3d6acfd3de0c Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 19 Apr 2020 23:50:28 -0500 Subject: [PATCH] forgot to remove get_lists function --- triple-dungeon/map.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/triple-dungeon/map.py b/triple-dungeon/map.py index 0b33104..012eee3 100644 --- a/triple-dungeon/map.py +++ b/triple-dungeon/map.py @@ -62,8 +62,6 @@ class Dungeon(object): # self.level_count, self.size = level_count, size # self.levels = [[None for y in range(size)] for x in range(size)] # array[x][y] style access - def get_lists(self): - return self.floor_list, self.wall_list def render(self) -> None: """