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. --- db/re/item_db.conf | 2 +- npc/025-1/yuko.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 4ea3a03c1..b74e2197c 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -16198,7 +16198,7 @@ item_db: ( { Id: 8012 AegisName: "BigBulletSack" - Name: "Small Bullet Sack" + Name: "Big Bullet Sack" Type: "IT_USABLE" Buy: 960 Sell: 480 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