summaryrefslogtreecommitdiff
path: root/npc/001-11
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-02-09 18:31:53 -0200
committerJesusaves <cpntb1@ymail.com>2019-02-09 18:31:53 -0200
commita49a553f6536f652a492b0125da68cdb90e4eed7 (patch)
tree3eda01db6bb72c728cff03799133753658db9e42 /npc/001-11
parent935fbebe66b6007c86dd519458b27d74c7e74ade (diff)
downloadserverdata-a49a553f6536f652a492b0125da68cdb90e4eed7.tar.gz
serverdata-a49a553f6536f652a492b0125da68cdb90e4eed7.tar.bz2
serverdata-a49a553f6536f652a492b0125da68cdb90e4eed7.tar.xz
serverdata-a49a553f6536f652a492b0125da68cdb90e4eed7.zip
Test different attire for Valentine Day Demure
Diffstat (limited to 'npc/001-11')
-rw-r--r--npc/001-11/Demure.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/001-11/Demure.txt b/npc/001-11/Demure.txt
index 462fa74e7..0378a5bce 100644
--- a/npc/001-11/Demure.txt
+++ b/npc/001-11/Demure.txt
@@ -195,8 +195,10 @@ L_Main:
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);