1 parent 08649c7 commit 04e6c2fCopy full SHA for 04e6c2f
1 file changed
worlds/animal_well/region_data.py
@@ -64,6 +64,10 @@ class AWData(NamedTuple):
64
AWData(AWType.region, [[iname.blue_flame, iname.green_flame, iname.pink_flame, iname.violet_flame]]),
65
rname.bear_truth_egg_spot:
66
AWData(AWType.region, [[iname.disc_hop], [iname.bubble_long_real, iname.obscure_tricks]]),
67
+ rname.match_center_well_spot: # overwhelm the hummingbird with bubbles on the screen edge
68
+ AWData(AWType.region, [[iname.bubble_long_real, iname.obscure_tricks]]),
69
+ rname.chocolate_egg_spot:
70
71
lname.stamp_chest:
72
AWData(AWType.location),
73
rname.bird_flute_chest:
0 commit comments