diff options
Diffstat (limited to 'npc/014-3/oscar.txt')
-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 2a335b345..f5ec975d1 100644 --- a/npc/014-3/oscar.txt +++ b/npc/014-3/oscar.txt @@ -136,7 +136,7 @@ OnKillPinkie: OnInit: .@npcId = getnpcid(0, .name$); setunitdata(.@npcId, UDT_HEADTOP, RiceHat); - setunitdata(.@npcId, UDT_HEADMIDDLE, MoonshroomRobe); + setunitdata(.@npcId, UDT_HEADMIDDLE, LeatherShield); setunitdata(.@npcId, UDT_HEADBOTTOM, TulimsharGuardBoots); setunitdata(.@npcId, UDT_WEAPON, CottonTrousers); setunitdata(.@npcId, UDT_HAIRSTYLE, 2); |