summaryrefslogtreecommitdiff
path: root/world/map/npc/009-2/nurse.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/009-2/nurse.txt')
-rw-r--r--world/map/npc/009-2/nurse.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/world/map/npc/009-2/nurse.txt b/world/map/npc/009-2/nurse.txt
index 5249819d..838d0ee2 100644
--- a/world/map/npc/009-2/nurse.txt
+++ b/world/map/npc/009-2/nurse.txt
@@ -24,11 +24,6 @@
//######################################################################################
009-2.gat,147,65,0|script|Nurse|119,
{
- set @hw2011_npc_id, $@hw2011_npc_nurse;
- if (gettime(7) == $@hw2011_year && gettime(6) == 10 && gettime(5) >= $@hw2011_start_day)
- goto L_TrickOrTreat;
-
-L_Begin:
callfunc "ClearVariables";
set @SNAKET_AMOUNT, 5;
@@ -549,8 +544,4 @@ L_Game_toomuch:
mes "[Nurse]";
mes "\"This would be way too much for my scale. I don't want to break it.\"";
goto L_choosePut;
-
-L_TrickOrTreat:
- callfunc "TrickOrTreat2011";
- goto L_Begin;
}