summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf1
-rw-r--r--npc/003-3/malindou.txt1
-rw-r--r--npc/012-7/celestia.txt1
3 files changed, 2 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index bbefdc816..129185b51 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -1161,6 +1161,7 @@ item_db: (
doevent "rand_sc_heal::OnUse";
">
},
+// Id 557 is free
{
Id: 558
AegisName: "Mashmallow"
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index ecad4da98..01d9ec063 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -94,6 +94,7 @@ OnInit:
debugmes "* Initial Vault Values";
debugmes "";
DelItemFromEveryPlayer(802);
+ DelItemFromEveryPlayer(557);
$VAULT_01738039=rand(5,25);
}
diff --git a/npc/012-7/celestia.txt b/npc/012-7/celestia.txt
index 91bdf43f8..c394de3e5 100644
--- a/npc/012-7/celestia.txt
+++ b/npc/012-7/celestia.txt
@@ -114,7 +114,6 @@ L_TeaQuest:
mes l("@@/2 @@", countitem(ChocolateBiscuit), getitemlink(ChocolateBiscuit));
/* We can't ask for THAT many!
mes l("@@/20 @@", countitem(ApanaCake), getitemlink(ApanaCake));
- mes l("@@/20 @@", countitem(Lollipop), getitemlink(Lollipop));
mes l("@@/20 @@", countitem(Mashmallow), getitemlink(Mashmallow));
mes l("@@/20 @@", countitem(TonoriDelight), getitemlink(TonoriDelight));
mes l("@@/20 @@", countitem(EasterEgg), getitemlink(EasterEgg));