diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-17 03:30:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-17 03:30:04 -0300 |
commit | 8aefcc1a1b4295f0254f12e9c27d12fae653beb9 (patch) | |
tree | 446c57a1950ffe87b02ffefc2ea2e0b6ac2c5129 /npc/003-1/events.txt | |
parent | 74b378821e7e9d35b94db6bd18df52e324d2ba50 (diff) | |
download | serverdata-8aefcc1a1b4295f0254f12e9c27d12fae653beb9.tar.gz serverdata-8aefcc1a1b4295f0254f12e9c27d12fae653beb9.tar.bz2 serverdata-8aefcc1a1b4295f0254f12e9c27d12fae653beb9.tar.xz serverdata-8aefcc1a1b4295f0254f12e9c27d12fae653beb9.zip |
Fix another typo
Diffstat (limited to 'npc/003-1/events.txt')
-rw-r--r-- | npc/003-1/events.txt | 5 |
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); |