summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/004-3/panoua.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/004-3/panoua.txt b/npc/004-3/panoua.txt
index 00c181d2c..cd8579df7 100644
--- a/npc/004-3/panoua.txt
+++ b/npc/004-3/panoua.txt
@@ -129,6 +129,14 @@ L_Quit:
close;
OnInit:
+ .@npcId = getnpcid(.name$);
+ setunitdata(.@npcId, UDT_HEADTOP, NPCEyes);
+ setunitdata(.@npcId, UDT_HEADMIDDLE, DesertShirt);
+ setunitdata(.@npcId, UDT_HEADBOTTOM, CottonTrousers);
+ setunitdata(.@npcId, UDT_WEAPON, DeepBlackBoots); // Boots
+ setunitdata(.@npcId, UDT_HAIRSTYLE, 1);
+ setunitdata(.@npcId, UDT_HAIRCOLOR, 1);
+
.sex = G_OTHER;
.distance = 5;
end;