summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/000-2-1/alige.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt
index 60165452..aca41e08 100644
--- a/npc/000-2-1/alige.txt
+++ b/npc/000-2-1/alige.txt
@@ -154,6 +154,10 @@ l_GiveFood:
rif(countitem(508, 1), l(getitemname("SeaDrops"))), 1,
rif(countitem(509, 1), l(getitemname("Aquada"))), 509,
rif(countitem(510, 1), l(getitemname("PinkBlobime"))), 1,
+ rif(countitem(511, 1), l(getitemname("PurpleBlobime"))), 1,
+ rif(countitem(512, 1), l(getitemname("Half Croconut"))), 512,
+ rif(countitem(513, 1), l(getitemname("Croconut"))), 513,
+ rif(countitem(515, 1), l(getitemname("Plushroom"))), 515,
l("I don't have anything good for you today."), -1;
set @id, @menuret;