summaryrefslogtreecommitdiff
path: root/npc/019-1-1/miler.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/019-1-1/miler.txt')
-rw-r--r--npc/019-1-1/miler.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/019-1-1/miler.txt b/npc/019-1-1/miler.txt
index e8db57350..820656786 100644
--- a/npc/019-1-1/miler.txt
+++ b/npc/019-1-1/miler.txt
@@ -175,6 +175,12 @@ 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;