From 12d2656c6c93d436caf29864a90c4365b77a1eed Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 25 Feb 2021 18:51:20 -0300 Subject: Make Yuko Cuf's garments less shaddy. That's a lie. --- npc/025-1/yuko.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc') 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); -- cgit v1.2.3-60-g2f50