summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/events.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt
index 2d09a2193..7f63e96cb 100644
--- a/npc/003-1/events.txt
+++ b/npc/003-1/events.txt
@@ -76,10 +76,11 @@ OnInit:
.distance = 5;
end;
-// Overloaded
+// Override for Valentine Day - There should be no Aurora
OnValentine:
- setnpcdisplay .name$, "Demure#ValentineFinal", NPC_FEMALE;
.@npcId = getnpcid(.name$);
+ setnpcdisplay .name$, "Demure#ValentineFinal", NPC_FEMALE;
+ //.@npcId = getnpcid(.name$);
setunitdata(.@npcId, UDT_HEADTOP, Cap);
setunitdata(.@npcId, UDT_HEADMIDDLE, RedStockings);
setunitdata(.@npcId, UDT_HEADBOTTOM, BunnyEars);