mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Whitespace fixes
Removing trailing whitepace.
This commit is contained in:
@@ -185,7 +185,7 @@ class World(object):
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
|
||||
def has_beaten_game(self, state):
|
||||
if state.has('Triforce'): return True
|
||||
if self.goal in ['triforcehunt']:
|
||||
@@ -329,7 +329,7 @@ class CollectionState(object):
|
||||
return item in self.prog_items
|
||||
else:
|
||||
return self.item_count(item) >= count
|
||||
|
||||
|
||||
def item_count(self, item):
|
||||
return len([pritem for pritem in self.prog_items if pritem == item])
|
||||
|
||||
|
Reference in New Issue
Block a user