diff options
-rw-r--r-- | npc/004-1/anwar.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/004-1/anwar.txt b/npc/004-1/anwar.txt index 175f0e4e6..a0a0c573e 100644 --- a/npc/004-1/anwar.txt +++ b/npc/004-1/anwar.txt @@ -130,9 +130,9 @@ OnTimer1000: OnInit: .@npcId = getnpcid(0, .name$); setunitdata(.@npcId, UDT_HEADTOP, FarmerHat); - setunitdata(.@npcId, UDT_HEADMIDDLE, ArtisTankTop); - setunitdata(.@npcId, UDT_HEADBOTTOM, CottonTrousers); - setunitdata(.@npcId, UDT_WEAPON, DeepBlackBoots); // Boots + setunitdata(.@npcId, UDT_HEADMIDDLE, DesertShirt); + setunitdata(.@npcId, UDT_HEADBOTTOM, LeatherTrousers); + setunitdata(.@npcId, UDT_WEAPON, Boots); // Boots setunitdata(.@npcId, UDT_HAIRSTYLE, 6); setunitdata(.@npcId, UDT_HAIRCOLOR, 14); |