mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2025-02-07 03:36:52 +00:00
fixes numahachi hint (again)
This commit is contained in:
parent
bd061957f2
commit
e6a7e062f8
|
@ -477,8 +477,8 @@ function hintRegion:new(worldGraph)
|
||||||
mrsLittle = Location("Mrs. Little", "Little", "0212", self),
|
mrsLittle = Location("Mrs. Little", "Little", "0212", self),
|
||||||
malco = Location("MALCO", "Malco", "0306", self),
|
malco = Location("MALCO", "Malco", "0306", self),
|
||||||
jenka = Location("Jenka", "Jenka1", "0201", self),
|
jenka = Location("Jenka", "Jenka1", "0201", self),
|
||||||
numahachi1 = Location("Numahachi 1", "Statue", "0300", self),
|
numahachi1 = Location("Numahachi 1", "Statue", "0301", self),
|
||||||
numahachi2 = Location("Numahachi 2", "Statue", "0301", self)
|
numahachi2 = Location("Numahachi 2", "Statue", "0302", self)
|
||||||
}
|
}
|
||||||
|
|
||||||
-- they'll appear as filled so they get left out of the regular hints
|
-- they'll appear as filled so they get left out of the regular hints
|
||||||
|
|
Loading…
Reference in a new issue