From 55b01620e7b5cb18547f5ed6af8763180e01e651 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 9 Feb 2019 18:56:21 -0200 Subject: Fix demure clotches on 003-1/events --- npc/003-1/events.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'npc/003-1') 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); -- cgit v1.2.3-60-g2f50