rules for superbunny in TR/Hera

This commit is contained in:
qadan
2020-02-12 19:38:42 -04:00
parent 1e31c26a29
commit 5294524c25
2 changed files with 30 additions and 16 deletions

View File

@@ -530,6 +530,9 @@ class CollectionState(object):
rules.append(self.has_Pearl(player))
return all(rules)
def can_superbunny_mirror_with_sword(self, player):
return self.has_Mirror(player) and self.has_sword(player)
def collect(self, item, event=False, location=None):
if location:
self.locations_checked.add(location)