From 498cf0d2772d4c4b7a69bafa45229c2e1a78b476 Mon Sep 17 00:00:00 2001 From: shru Date: Thu, 20 Dec 2018 11:34:48 -0500 Subject: [PATCH] Housekeeping. --- README.md | 4 +++- src/{ => assets}/icon.png | Bin src/conf.lua | 2 +- src/database/items.lua | 6 ++---- 4 files changed, 6 insertions(+), 6 deletions(-) rename src/{ => assets}/icon.png (100%) diff --git a/README.md b/README.md index dfc0a19..f0e1120 100644 --- a/README.md +++ b/README.md @@ -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 ------- diff --git a/src/icon.png b/src/assets/icon.png similarity index 100% rename from src/icon.png rename to src/assets/icon.png diff --git a/src/conf.lua b/src/conf.lua index 9229d51..c2795b2 100644 --- a/src/conf.lua +++ b/src/conf.lua @@ -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, diff --git a/src/database/items.lua b/src/database/items.lua index deb8b6a..be40e21 100644 --- a/src/database/items.lua +++ b/src/database/items.lua @@ -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",