Skip to content

Commit 2a0b7e0

Browse files
authored
CV64: A couple of very small docs corrections. (ArchipelagoMW#3057)
1 parent 03d47e4 commit 2a0b7e0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

worlds/cv64/docs/en_Castlevania 64.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ either filler, useful, or a trap.
9191

9292
When you pick up someone else's item, you will not receive anything and the item textbox will show up to announce what you
9393
found and who it was for. The color of the text will tell you its classification:
94-
- <font color="moccasin">Light brown-ish</font>: Common
94+
- <font color="moccasin">Light brown-ish</font>: Filler
9595
- <font color="white">White</font>/<font color="yellow">Yellow</font>: Useful
9696
- <font color="yellow">Yellow</font>/<font color="lime">Green</font>: Progression
9797
- <font color="yellow">Yellow</font>/<font color="red">Red</font>: Trap

worlds/cv64/options.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,9 @@ class HardLogic(Toggle):
144144

145145

146146
class MultiHitBreakables(Toggle):
147-
"""Adds the items that drop from the objects that break in three hits to the pool. There are 17 of these throughout
148-
the game, adding up to 74 checks in total with all stages.
147+
"""Adds the items that drop from the objects that break in three hits to the pool. There are 18 of these throughout
148+
the game, adding up to 79 or 80 checks (depending on sub-weapons
149+
being shuffled anywhere or not) in total with all stages.
149150
The game will be modified to
150151
remember exactly which of their items you've picked up instead of simply whether they were broken or not."""
151152
display_name = "Multi-hit Breakables"

0 commit comments

Comments
 (0)