Skip to content

Commit

Permalink
Change "with any option" to "by any options"
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidCat64 committed Mar 23, 2024
1 parent 35c7585 commit d067e5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion worlds/cv64/docs/en_Castlevania 64.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Enabling Carrie Logic will also expect the following:

- Orb-sniping dogs through the front gates in Villa

Library Skip is **NOT** logically expected with any option. The basement arena crack will always logically expect two Nitros
Library Skip is **NOT** logically expected by any options. The basement arena crack will always logically expect two Nitros
and two Mandragoras even with Hard Logic on due to the possibility of wasting a pair on the upper wall, after managing
to skip past it. And plus, the RNG manip may not even be possible after picking up all the items in the Nitro room.

Expand Down
4 changes: 2 additions & 2 deletions worlds/cv64/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,13 +337,13 @@ class BigToss(Toggle):
"""Makes every non-immobilizing damage source launch you as if you got hit by Behemoth's charge.
Press A while tossed to cancel the launch momentum and avoid being thrown off ledges.
Hold Z to have all incoming damage be treated as it normally would.
Any tricks that might be possible with it are NOT considered in logic with any option."""
Any tricks that might be possible with it are NOT considered in logic by any options."""
display_name = "Big Toss"


class PantherDash(Choice):
"""Hold C-right at any time to sprint way faster. Any tricks that might be
possible with it are NOT considered in logic with any option and any boss
possible with it are NOT considered in logic by any options and any boss
fights with boss health meters, if started, are expected to be finished
before leaving their arenas if Dracula's Condition is bosses. Jumpless will
prevent jumping while moving at the increased speed to ensure logic cannot be broken with it."""
Expand Down

0 comments on commit d067e5c

Please sign in to comment.