summaryrefslogtreecommitdiff
path: root/npc/001-1/cookiemaster.txt
diff options
context:
space:
mode:
authorAlige <gauvain.dauchy@free.fr>2016-06-27 14:01:37 +0200
committerAlige <gauvain.dauchy@free.fr>2016-06-27 14:01:37 +0200
commit3b0ee3f022e33f4adb152e55a035c89b55091897 (patch)
treec82603b355b682c52b1f13dd7af63e508c670f28 /npc/001-1/cookiemaster.txt
parentdca809acf6f9f518955306ad842dfefb73df6e0d (diff)
downloadserverdata-3b0ee3f022e33f4adb152e55a035c89b55091897.tar.gz
serverdata-3b0ee3f022e33f4adb152e55a035c89b55091897.tar.bz2
serverdata-3b0ee3f022e33f4adb152e55a035c89b55091897.tar.xz
serverdata-3b0ee3f022e33f4adb152e55a035c89b55091897.zip
Changed all item IDs by their aegisname in scripts.
Diffstat (limited to 'npc/001-1/cookiemaster.txt')
-rw-r--r--npc/001-1/cookiemaster.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-1/cookiemaster.txt b/npc/001-1/cookiemaster.txt
index 5a2b40ef..1227c2a5 100644
--- a/npc/001-1/cookiemaster.txt
+++ b/npc/001-1/cookiemaster.txt
@@ -176,10 +176,10 @@ L_Reward:
next;
mesq l("Anyway, here, have a cookie!");
- inventoryplace 517, 1;
+ inventoryplace DeliciousCookie, 1;
setq General_Cookies, 1;
- getnameditem 517, strcharinfo(0);
+ getnameditem DeliciousCookie, strcharinfo(0);
npctalk3 l("You receive a @@!", getitemlink(517));
next;
@@ -239,8 +239,8 @@ L_LostCookie:
mesq l("This is the last one. If you use it again out of clumsiness, I will use your soft moist parts in the concoction of my next cookie batch.");
next;
- inventoryplace 517, 1;
- getnameditem 517, strcharinfo(0);
+ inventoryplace DeliciousCookie, 1;
+ getnameditem DeliciousCookie, strcharinfo(0);
npctalk3 l("You receive a @@!", getitemlink(517));