diff options
-rw-r--r-- | npc/003-1/events.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt index 96560c783..471aa3756 100644 --- a/npc/003-1/events.txt +++ b/npc/003-1/events.txt @@ -118,8 +118,10 @@ OnInit: OnInit: .@npcId = getnpcid(.name$); - setunitdata(.@npcId, UDT_HEADTOP, GMCap); - setunitdata(.@npcId, UDT_HEADMIDDLE, GMRobe); + setunitdata(.@npcId, UDT_HEADTOP, Cap); + setunitdata(.@npcId, UDT_HEADMIDDLE, RedStockings); + setunitdata(.@npcId, UDT_HEADBOTTOM, BunnyEars); + setunitdata(.@npcId, UDT_WEAPON, GMRobe); setunitdata(.@npcId, UDT_HAIRSTYLE, 14); setunitdata(.@npcId, UDT_HAIRCOLOR, 18); |