summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/017-4/pihro.txt4
-rw-r--r--npc/017-4/pyndragon.txt6
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);