Skip to content

Commit 40b86d7

Browse files
committed
pecker is in mori turtle layer specifically
1 parent 681045a commit 40b86d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

worlds/frogmonster/bugs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class BugType(NamedTuple):
4444
BugType(name=i.spider, bug_id=26, slot_cost=2, regions=[(r.old_road, lambda player, dif, state: can_fight(c.old_road_general, player, dif, state))]),
4545
BugType(name=i.moth, bug_id=27, slot_cost=2, regions=[(r.old_road, nothing)]),
4646
BugType(name=i.ammofly, bug_id=28, slot_cost=2, regions=[(r.treetops, lambda player, dif, state: can_fight(c.treetops_arena_1, player, dif, state)), (r.old_wood, nothing)]), # after arena 1, before big door
47-
BugType(name=i.pecker, bug_id=29, slot_cost=3, regions=[(r.thickness, nothing), (r.moridonos, nothing)]), # verify these
47+
BugType(name=i.pecker, bug_id=29, slot_cost=3, regions=[(r.thickness, nothing), (r.moridonos_layer_turtle, nothing)]), # verify these
4848
BugType(name=i.soul_fish, bug_id=30, slot_cost=1, regions=[(r.anywhere, nothing), (r.city, nothing)]), # Death possible in water in Lost Swamp, so anywhere.
4949
BugType(name=i.fog_fly, bug_id=31, slot_cost=3, regions=[(r.fog_garden, nothing), (r.temple, lambda player, dif, state: can_fight(c.temple_general, player, dif, state))]),
5050
BugType(name=i.cicada, bug_id=32, slot_cost=2, regions=[(r.cicada_cove, nothing)]),

0 commit comments

Comments
 (0)