diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-04 18:12:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-04 18:12:10 -0300 |
commit | ce895dd8b73cab254cef5e7772485db8d37d7a3a (patch) | |
tree | 769fe93097e4170667ccdc36c9ff39ccdf5fbc8e /npc/001-1/bgmaster.txt | |
parent | a9222cade81e4a0bd3c4720e15b7d1dad4184a8d (diff) | |
download | serverdata-ce895dd8b73cab254cef5e7772485db8d37d7a3a.tar.gz serverdata-ce895dd8b73cab254cef5e7772485db8d37d7a3a.tar.bz2 serverdata-ce895dd8b73cab254cef5e7772485db8d37d7a3a.tar.xz serverdata-ce895dd8b73cab254cef5e7772485db8d37d7a3a.zip |
PiouSlayer → BugSlayer
Also rewrite Coconut opening script
Diffstat (limited to 'npc/001-1/bgmaster.txt')
-rw-r--r-- | npc/001-1/bgmaster.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-1/bgmaster.txt b/npc/001-1/bgmaster.txt index 74084dd02..f1aee9263 100644 --- a/npc/001-1/bgmaster.txt +++ b/npc/001-1/bgmaster.txt @@ -245,7 +245,7 @@ OnInit: setunitdata(.@npcId, UDT_HEADTOP, LightPlatemail); // Light armor setunitdata(.@npcId, UDT_HEADMIDDLE, JeansShorts); // Pants setunitdata(.@npcId, UDT_HEADBOTTOM, LousyMoccasins); // Shoes - setunitdata(.@npcId, UDT_WEAPON, PiouSlayer); + setunitdata(.@npcId, UDT_WEAPON, BugSlayer); setunitdata(.@npcId, UDT_HAIRSTYLE, 13); setunitdata(.@npcId, UDT_HAIRCOLOR, 7); @@ -271,7 +271,7 @@ OnInit: setunitdata(.@npcId, UDT_HEADTOP, TerraniteArmor); // Terranite armor setunitdata(.@npcId, UDT_HEADMIDDLE, JeansShorts); // Pants setunitdata(.@npcId, UDT_HEADBOTTOM, LousyMoccasins); // Shoes - setunitdata(.@npcId, UDT_WEAPON, PiouSlayer); + setunitdata(.@npcId, UDT_WEAPON, BugSlayer); setunitdata(.@npcId, UDT_HAIRSTYLE, 13); setunitdata(.@npcId, UDT_HAIRCOLOR, 7); |