Skip to content

Commit 04e6c2f

Browse files
committed
add well connector using bubble spam
resolves Kitten's request from 12/8/2025
1 parent 08649c7 commit 04e6c2f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

worlds/animal_well/region_data.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ class AWData(NamedTuple):
6464
AWData(AWType.region, [[iname.blue_flame, iname.green_flame, iname.pink_flame, iname.violet_flame]]),
6565
rname.bear_truth_egg_spot:
6666
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+
AWData(AWType.region, [[iname.bubble_long_real, iname.obscure_tricks]]),
6771
lname.stamp_chest:
6872
AWData(AWType.location),
6973
rname.bird_flute_chest:

0 commit comments

Comments
 (0)