mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-12-25 14:37:05 +00:00
adds missing cue
This commit is contained in:
parent
e974d97c7f
commit
e44f606479
|
@ -71,7 +71,7 @@ local cues = {
|
|||
cue("Eggs", {"0600"}, "0004"),
|
||||
cue("EggX", {"0095"}, "0014"),
|
||||
cue("EggR", {"0090", "0091", "0092", "0093", "0094"}, "0008"),
|
||||
cue("Weed", {"0090", "0091", "0092", "0093", "0094", "0098", "0099"}, "0005"),
|
||||
cue("Weed", {"0090", "0091", "0092", "0093", "0094", "0098", "0099", "0600"}, "0005"),
|
||||
cue("Santa", {"0090", "0091", "0092", "0093", "0094"}, "0002"),
|
||||
cue("Santa", {"0099"}, "0028"),
|
||||
cue("Chako", {"0090", "0091", "0092", "0093", "0094"}, "0002"),
|
||||
|
|
Loading…
Reference in a new issue