From ef49ab33027c311c0bf7f6c15d137d312047fd32 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 12 Jul 2018 23:06:30 -0300 Subject: Equipment to Pyn&Pi --- npc/017-4/pihro.txt | 4 ++-- npc/017-4/pyndragon.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/npc/017-4/pihro.txt b/npc/017-4/pihro.txt index 81ce63fb5..bc6f38999 100644 --- a/npc/017-4/pihro.txt +++ b/npc/017-4/pihro.txt @@ -9,9 +9,9 @@ OnInit: .@npcId = getnpcid(0, .name$); setunitdata(.@npcId, UDT_HEADTOP, Monocle); - setunitdata(.@npcId, UDT_HEADMIDDLE, CreasedShirt); + setunitdata(.@npcId, UDT_HEADMIDDLE, WarlordPlate); setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); - setunitdata(.@npcId, UDT_WEAPON, JeansShorts); + setunitdata(.@npcId, UDT_WEAPON, JeansChaps); setunitdata(.@npcId, UDT_HAIRSTYLE, 2); setunitdata(.@npcId, UDT_HAIRCOLOR, 4); diff --git a/npc/017-4/pyndragon.txt b/npc/017-4/pyndragon.txt index 5da5488c0..d0c9a5336 100644 --- a/npc/017-4/pyndragon.txt +++ b/npc/017-4/pyndragon.txt @@ -131,10 +131,10 @@ L_Close: OnInit: .@npcId = getnpcid(0, .name$); - setunitdata(.@npcId, UDT_HEADTOP, FancyHat); - setunitdata(.@npcId, UDT_HEADMIDDLE, CreasedShirt); + setunitdata(.@npcId, UDT_HEADTOP, Sunglasses); + setunitdata(.@npcId, UDT_HEADMIDDLE, LightPlatemail); setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); - setunitdata(.@npcId, UDT_WEAPON, JeansShorts); + setunitdata(.@npcId, UDT_WEAPON, BromenalPants); setunitdata(.@npcId, UDT_HAIRSTYLE, 2); setunitdata(.@npcId, UDT_HAIRCOLOR, 4); -- cgit v1.2.3-70-g09d2