remove lamps_needed_for_dark_rooms variable

This commit is contained in:
Fabian Dill
2020-08-01 06:26:30 +02:00
parent 86025745ac
commit 615192f65b
4 changed files with 7 additions and 14 deletions

View File

@@ -75,7 +75,6 @@ class World(object):
self.dynamic_regions = []
self.dynamic_locations = []
self.spoiler = Spoiler(self)
self.lamps_needed_for_dark_rooms = 1
for player in range(1, players + 1):
def set_player_attr(attr, val):