Housekeeping.

This commit is contained in:
shru 2018-12-20 11:34:48 -05:00
parent c4613f8034
commit 498cf0d277
4 changed files with 6 additions and 6 deletions

View File

@ -19,9 +19,11 @@ Issues
Bugs
----
- Broken Egg Observation Room (Log/Included)
- Sleeping with Chaco seemed to do nothing
- Jellyfish juice box told me I got a life capsule, then it said "Max HP increased by 5! Max HP increased by 3!" and then gave me the juice and my HP was actually the same. It's doing this every time I get the juice.
- Jenka gave me a life pot, but since I already had one, nothing happened. It even stayed in the same spot, instead of moving to the front.
- King died to give me a health capsule. The boss music resumed after I took it.
- btw, teleporter room key also caused the music glitch.
Credits
-------

View File

Before

Width:  |  Height:  |  Size: 593 B

After

Width:  |  Height:  |  Size: 593 B

View File

@ -5,7 +5,7 @@ end
function love.conf(t)
t.window = {
title = "Cave Story Randomizer",
icon = 'icon.png',
icon = 'assets/icon.png',
width = 640,
height = 480,
resizable = false,

View File

@ -232,10 +232,9 @@ local data = {
-- ITEMS --
-----------
iChakosRouge = item({
name = "Chako's Rouge",
name = {
"Chako's Rouge",
"Chaco's Lipstick", -- Probably doesn't matter, since no text?
"Chaco's Lipstick",
"Chako's Rouge", -- Probably doesn't matter, since no text?
},
map = "Chako",
id = "37",
@ -247,7 +246,6 @@ local data = {
},
}),
iPanties = item({
name = "",
name = {
"Curly's Panties",
"Curly's Underwear",