Bugfix: stuck on black screen after beating Stream boss with no damage.

This commit is contained in:
shru 2018-12-27 20:18:59 -05:00
parent 912d9de92f
commit 7bfb8b5dc0
3 changed files with 3 additions and 2 deletions

View file

@ -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
----

View file

@ -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({

View file

@ -1,6 +1,6 @@
require 'lib.strict'
local VERSION = '0.4'
local VERSION = '0.5'
Class = require 'lib.classic'
_ = require 'lib.moses'