mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-11-09 00:14:37 +00:00
Bugfix: stuck on black screen after beating Stream boss with no damage.
This commit is contained in:
parent
912d9de92f
commit
7bfb8b5dc0
|
@ -19,6 +19,7 @@ Issues
|
|||
- 3 Life Capsules can not be replaced because they appear on maps with 2 capsules. Need label-aware replace.
|
||||
- Hell Missile Upgrade uses a unique script and won't be easy to replace.
|
||||
- Trading back the Nemesis for the Blade almost certainly will be weird.
|
||||
- Ikachan Medal aquisition happens in black screen, so it doesn't make sense to show text box as it makes the player have to mash through blackness.
|
||||
|
||||
Bugs
|
||||
----
|
||||
|
|
|
@ -268,7 +268,7 @@ local data = {
|
|||
id = "36",
|
||||
label = "1011",
|
||||
replaceBefore = {
|
||||
["<IT+0036"] = "<CMU0010<GIT1036Got =Alien Medal=!<WAI0160<NOD<RMU<IT+0036<END",
|
||||
["<IT+0036"] = "<CMU0010<GIT1036Got =Alien Medal=!<WAI0160<NOD<RMU<IT+0036",
|
||||
}
|
||||
}),
|
||||
iClayFigureMedal = item({
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
require 'lib.strict'
|
||||
|
||||
local VERSION = '0.4'
|
||||
local VERSION = '0.5'
|
||||
|
||||
Class = require 'lib.classic'
|
||||
_ = require 'lib.moses'
|
||||
|
|
Loading…
Reference in a new issue