From 133eb8fea99ea5d20aeaf17442875039f3e4c41f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 14 Sep 2018 18:53:02 -0300 Subject: Fix major typo, correct debug code --- npc/019-1-1/miler.txt | 8 +------- 1 file changed, 1 insertion(+), 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; -- cgit v1.2.3-60-g2f50