summaryrefslogtreecommitdiff
path: root/world/map/npc/009-1
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2013-03-13 16:57:00 +0100
committerJessica Tölke <jtoelke@mail.upb.de>2013-03-13 16:57:00 +0100
commitdc7102b33d7078c455bbefde097d143b9aa56827 (patch)
treeb641a20acd2a9f2302a27ab15fe618fd409f60da /world/map/npc/009-1
parentc3b7c5a191a467110075e86f155c006a6d5ed73e (diff)
downloadserverdata-dc7102b33d7078c455bbefde097d143b9aa56827.tar.gz
serverdata-dc7102b33d7078c455bbefde097d143b9aa56827.tar.bz2
serverdata-dc7102b33d7078c455bbefde097d143b9aa56827.tar.xz
serverdata-dc7102b33d7078c455bbefde097d143b9aa56827.zip
Rename Beanie Copter Cap to Beanie Copter.
Diffstat (limited to 'world/map/npc/009-1')
-rw-r--r--world/map/npc/009-1/milly.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/009-1/milly.txt b/world/map/npc/009-1/milly.txt
index 57cff48b..68f80cfb 100644
--- a/world/map/npc/009-1/milly.txt
+++ b/world/map/npc/009-1/milly.txt
@@ -290,9 +290,9 @@ L_Cap:
mes "[Milly]";
mes "\"Wow, thanks for accepting my gift, it is so pleasing to know that you have the exact same cap as me! Friends forever!\"";
getinventorylist;
- if (@inventorylist_count == 100 || (checkweight("BeanieCopterCap", 1) == 0))
+ if (@inventorylist_count == 100 || (checkweight("BeanieCopter", 1) == 0))
goto L_TooMany;
- getitem "BeanieCopterCap", 1;
+ getitem "BeanieCopter", 1;
set FLAGS, FLAGS | FLAG_GOT_BEANIEHAT;
next;
mes "She is giggling with excitement.";
@@ -348,9 +348,9 @@ L_FinishedBad:
L_Apologize:
getinventorylist;
- if (@inventorylist_count == 100 || (checkweight("BeanieCopterCap", 1) == 0))
+ if (@inventorylist_count == 100 || (checkweight("BeanieCopter", 1) == 0))
goto L_TooMany;
- getitem "BeanieCopterCap", 1;
+ getitem "BeanieCopter", 1;
set FLAGS, FLAGS | FLAG_GOT_BEANIEHAT;
set FLAGS, FLAGS & ~FLAG_DECLINED_BEANIEHAT;