VT25 adaptions: Use new more colorblind suitable green pendant map graphic, disable bonk prize shuffling.

This commit is contained in:
LLCoolDave
2017-07-14 14:38:13 +02:00
parent 83c448f14d
commit a76be32429
2 changed files with 2 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ class World(object):
self.spoiler = ''
self.required_locations = []
self.place_dungeon_items = place_dungeon_items # configurable in future
self.shuffle_bonk_prizes = False
self.swamp_patch_required = False
self.sewer_light_cone = mode == 'standard'
self.light_world_light_cone = False