diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-12 23:06:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-12 23:06:30 -0300 |
commit | ef49ab33027c311c0bf7f6c15d137d312047fd32 (patch) | |
tree | ec9f66625802b84f4fecbc8596cad731d55ce3d7 /npc/017-4/pihro.txt | |
parent | d40bca3d542c48cfbdd09027623cbb9b5b45f81d (diff) | |
download | serverdata-ef49ab33027c311c0bf7f6c15d137d312047fd32.tar.gz serverdata-ef49ab33027c311c0bf7f6c15d137d312047fd32.tar.bz2 serverdata-ef49ab33027c311c0bf7f6c15d137d312047fd32.tar.xz serverdata-ef49ab33027c311c0bf7f6c15d137d312047fd32.zip |
Equipment to Pyn&Pi
Diffstat (limited to 'npc/017-4/pihro.txt')
-rw-r--r-- | npc/017-4/pihro.txt | 4 |
1 files changed, 2 insertions, 2 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); |