Skip to content

Commit

Permalink
Merge pull request #305 from randovania/more-hp-deletion
Browse files Browse the repository at this point in the history
HiddenPowerup002 Deletion: Add cc2 as well
  • Loading branch information
ThanatosGit authored Mar 18, 2024
2 parents 40795c0 + 9a83470 commit 60d5ecc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,9 @@ def fix_wrong_cc_actor_deletions(editor: PatcherEditor):
)
area2b.raw["block_groups"][8]["types"][0]["blocks"].append(BOMB_BLOCK)
else:
# HiddenPowerup002 can only be accessed with a reload, so just add it to cc5 group to prevent deletion
# HiddenPowerup002 can only be accessed with a reload, so just add to adjacent cc groups to prevent deletion
# Can also cause issues in door lock rando if the door connecting cc2 and cc5 a PB door
scenario.add_actor_to_entity_groups("collision_camera_002", "HiddenPowerup002")
scenario.add_actor_to_entity_groups("collision_camera_005", "HiddenPowerup002")


Expand Down

0 comments on commit 60d5ecc

Please sign in to comment.