mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2025-01-30 23:46:53 +00:00
Housekeeping.
This commit is contained in:
parent
c4613f8034
commit
498cf0d277
|
@ -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
|
||||
-------
|
||||
|
|
Before Width: | Height: | Size: 593 B After Width: | Height: | Size: 593 B |
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue