summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-09-14 18:53:02 -0300
committerJesusaves <cpntb1@ymail.com>2018-09-14 18:53:02 -0300
commit133eb8fea99ea5d20aeaf17442875039f3e4c41f (patch)
treee31d64819b65542e4dcb972b52a5e1b0b41e7e5a
parent349bea83744afce64e3f6db21646b3f29eec84d1 (diff)
downloadserverdata-133eb8fea99ea5d20aeaf17442875039f3e4c41f.tar.gz
serverdata-133eb8fea99ea5d20aeaf17442875039f3e4c41f.tar.bz2
serverdata-133eb8fea99ea5d20aeaf17442875039f3e4c41f.tar.xz
serverdata-133eb8fea99ea5d20aeaf17442875039f3e4c41f.zip
Fix major typo, correct debug code
-rw-r--r--npc/019-1-1/miler.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/npc/019-1-1/miler.txt b/npc/019-1-1/miler.txt
index 820656786..c793af339 100644
--- a/npc/019-1-1/miler.txt
+++ b/npc/019-1-1/miler.txt
@@ -125,7 +125,7 @@ L_Box:
if (.@q2 >= 70) {
goto L_Success;
} else if (.@q2 >= 50) {
- .@id=any(WhiteFur, Candy, Milk, Lockpicks, MaggotSlime, CandyCane, ChocolateBar, XmasCake, GingerBreadMan, CherryCake, Plushroom, Moss, Chagashroom, BugLeg, Acorn, Manana, Mashmallow, HardSpike, SilkCoocon, IceCube, CoinBag, Coal, CottonCloth, BlueDye);
+ .@id=any(WhiteFur, Candy, Milk, Lockpicks, MaggotSlime, CandyCane, ChocolateBar, XmasCake, GingerBreadMan, CherryCake, Plushroom, Moss, Chagashroom, BugLeg, Acorn, Manana, Mashmallow, HardSpike, SilkCocoon, IceCube, CoinBag, Coal, CottonCloth, BlueDye);
getitem .@id, 1;
mesc l("But there was only a(n) @@ inside.", getitemlink(.@id));
} else if (.@q2 >= 30) {
@@ -175,12 +175,6 @@ OnInit:
setunitdata(.@npcId, UDT_HAIRSTYLE, any(2,3,4,6,14,15,17,21,22,24,25,26));
setunitdata(.@npcId, UDT_HAIRCOLOR, rand(0,20));
- // Debug
- setarray .verify, WhiteFur, Candy, Milk, Lockpicks, MaggotSlime, CandyCane, ChocolateBar, XmasCake, GingerBreadMan, CherryCake, Plushroom, Moss, Chagashroom, BugLeg, Acorn, Manana, Mashmallow, HardSpike, SilkCoocon, IceCube, CoinBag, Coal, CottonCloth, BlueDye;
- deletearray(.verify);
- setarray .verify, Candy, MaggotSlime, Plushroom, Chagashroom, BugLeg, Acorn, MauveHerb;
- deletearray(.verify);
-
.sex = G_MALE;
.distance = 5;
end;