diff options
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r-- | npc/commands/event.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 9631f7d73..da27370a1 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -77,7 +77,8 @@ function script GlobalEventMenu { // Delete all Valentine Day stuff if ($EVENT$ != "Valentine") { DelItemFromEveryPlayer(LoveLetter); - debugmes "TODO: Delete valentine chocolate box"; + DelItemFromEveryPlayer(BoxOfChocolates); + disablenpc "Demure#ValentineFinal"; } else if ($EVENT$ == "Valentine") { // ItemDB prefers account variables than quest log DelAccRegFromEveryPlayer("#VALENTINE_POINTS"); @@ -86,7 +87,9 @@ function script GlobalEventMenu { DelAccRegFromEveryPlayer("#VALENTINE_SENT"); htdelete $@VALENTINE_GIFTSTACKS; htdelete $@VALENTINE_LOVELETTER; + $@VALENTINE_GIFTSTACKS=0; $@VALENTINE_LOVELETTER=0; + enablenpc "Demure#ValentineFinal"; } // We must remove any event drop |