diff options
Diffstat (limited to 'npc/025-1')
-rw-r--r-- | npc/025-1/yuko.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/025-1/yuko.txt b/npc/025-1/yuko.txt index bfe3698f2..e14775af7 100644 --- a/npc/025-1/yuko.txt +++ b/npc/025-1/yuko.txt @@ -17,10 +17,10 @@ OnInit: .@npcId = getnpcid(.name$); - setunitdata(.@npcId, UDT_HEADTOP, FancyHat); - setunitdata(.@npcId, UDT_HEADMIDDLE, SailorShirt); + setunitdata(.@npcId, UDT_HEADTOP, DarkKnightHelmet); + setunitdata(.@npcId, UDT_HEADMIDDLE, RedknightArmor); setunitdata(.@npcId, UDT_HEADBOTTOM, BromenalPants); - setunitdata(.@npcId, UDT_WEAPON, LousyMoccasins); // Boots + setunitdata(.@npcId, UDT_WEAPON, BlueKnightShield); // Boots setunitdata(.@npcId, UDT_HAIRSTYLE, 7); setunitdata(.@npcId, UDT_HAIRCOLOR, 17); |