From c78e07a41f1c066539fc80bbfe74b3917f731279 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 18 Mar 2018 00:24:54 -0300 Subject: Allow some NPCs to blink, and update various legacy setunitdata() --- npc/003-1-3/thief.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/003-1-3') diff --git a/npc/003-1-3/thief.txt b/npc/003-1-3/thief.txt index 36bf75f0c..9e3fd46e0 100644 --- a/npc/003-1-3/thief.txt +++ b/npc/003-1-3/thief.txt @@ -30,9 +30,9 @@ L_Warp: OnInit: .@npcId = getnpcid(0, .name$); - setunitdata(.@npcId, UDT_HEADTOP, 1308); // Dress - setunitdata(.@npcId, UDT_HEADMIDDLE, 2204); // 2214 FIXME - setunitdata(.@npcId, UDT_HEADBOTTOM, 1800); // Shoes + setunitdata(.@npcId, UDT_HEADTOP, ForestArmor); // Dress + setunitdata(.@npcId, UDT_HEADMIDDLE, JeansChaps); // 2214 FIXME + setunitdata(.@npcId, UDT_HEADBOTTOM, LousyMoccasins); // Shoes setunitdata(.@npcId, UDT_WEAPON, 3501); // We should use a hood instead setunitdata(.@npcId, UDT_HAIRSTYLE, 8); setunitdata(.@npcId, UDT_HAIRCOLOR, 5); -- cgit v1.2.3-60-g2f50