diff options
Diffstat (limited to 'npc/004-1')
-rw-r--r-- | npc/004-1/anwar.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/004-1/anwar.txt b/npc/004-1/anwar.txt index 3e8215e57..ab9da7f36 100644 --- a/npc/004-1/anwar.txt +++ b/npc/004-1/anwar.txt @@ -130,6 +130,7 @@ OnTimer1000: OnInit: .@npcId = getnpcid(0, .name$); //setunitdata(.@npcId, UDT_HEADTOP, 2929); // TODO: This NPC is an Elf and therefore, CANNOT use NPCEyes. + setunitdata(.@npcId, UDT_HEADTOP, FarmerHat); setunitdata(.@npcId, UDT_HEADMIDDLE, ArtisTankTop); setunitdata(.@npcId, UDT_HEADBOTTOM, CottonTrousers); setunitdata(.@npcId, UDT_WEAPON, DeepBlackBoots); // Boots |