diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/014-3/oscar.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/014-3/oscar.txt b/npc/014-3/oscar.txt index 61880df0d..7b024180a 100644 --- a/npc/014-3/oscar.txt +++ b/npc/014-3/oscar.txt @@ -137,7 +137,7 @@ OnKillPinkie: OnInit: .@npcId = getnpcid(0, .name$); - setunitdata(.@npcId, UDT_HEADTOP, RiceHat); + setunitdata(.@npcId, UDT_HEADTOP, FarmerHat); setunitdata(.@npcId, UDT_HEADMIDDLE, LeatherShirt); setunitdata(.@npcId, UDT_HEADBOTTOM, TulimsharGuardBoots); setunitdata(.@npcId, UDT_WEAPON, CottonTrousers); |