Implement new filling algorithms to hopefully avoid ice rod in trock biases.

This commit is contained in:
LLCoolDave
2017-06-03 21:28:02 +02:00
parent 2ef977b386
commit 30f2c1746b
2 changed files with 101 additions and 15 deletions

View File

@@ -437,6 +437,7 @@ class Location(object):
self.spot_type = 'Location'
self.hint_text = hint_text if hint_text is not None else 'Hyrule'
self.recursion_count = 0
self.staleness_count = 0
def access_rule(self, state):
return True