summaryrefslogtreecommitdiff
path: root/npc/003-1/neko.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-25 22:31:17 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-25 22:31:17 -0300
commite55b349d9e3c89369e70326db8c8ef8b49758ef5 (patch)
tree2f038b12d46d62db1fa4f702324421451e52a6d3 /npc/003-1/neko.txt
parent1b2a1f299552a0a02d8c748fb87e67ce7346e0c0 (diff)
downloadserverdata-e55b349d9e3c89369e70326db8c8ef8b49758ef5.tar.gz
serverdata-e55b349d9e3c89369e70326db8c8ef8b49758ef5.tar.bz2
serverdata-e55b349d9e3c89369e70326db8c8ef8b49758ef5.tar.xz
serverdata-e55b349d9e3c89369e70326db8c8ef8b49758ef5.zip
Notes on Lua + Refactor how and when you learn about shovels and maps.
Digging treasures is now entirely optional, and George can sell you a shovel.
Diffstat (limited to 'npc/003-1/neko.txt')
-rw-r--r--npc/003-1/neko.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt
index 81ba0d59d..75b46de88 100644
--- a/npc/003-1/neko.txt
+++ b/npc/003-1/neko.txt
@@ -69,7 +69,6 @@ OnInit:
sellitem LeatherShirt, 12000, 1;
sellitem ShortTankTop, 8000, 1;
sellitem TrainingBow, 990, 2;
- sellitem IronShovel, -1, 1;
sellitem CottonCloth, -1, 3;
sellitem RoastedMaggot, -1, 2;
sellitem ArrowAmmoBox,-1,rand(5,10);
@@ -87,7 +86,6 @@ OnClock2359:
restoreshopitem LeatherShirt, 12000, 1;
restoreshopitem ShortTankTop, 8000, 1;
restoreshopitem TrainingBow, 990, 2;
- restoreshopitem IronShovel, 1;
restoreshopitem CottonCloth, 3;
restoreshopitem RoastedMaggot, 2;
restoreshopitem ArrowAmmoBox,rand(5,10);