summaryrefslogtreecommitdiff
path: root/npc/commands/event.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r--npc/commands/event.txt15
1 files changed, 2 insertions, 13 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt
index 2be1b53..56f7829 100644
--- a/npc/commands/event.txt
+++ b/npc/commands/event.txt
@@ -303,15 +303,8 @@ function script GlobalEventMenu {
set $EVENT$, "Valentine"; $@VALENTINE_LOVELETTER = htnew(); $@VALENTINE_GIFTSTACKS = htnew(); logmes "Enabled VALENTINE DAY event.", LOGMES_ATCOMMAND;
break;
case 3:
- $EVENT$="Patrick";
- $@PATRICK_DAYMAX=31;
- enablenpc "sPatrick";
- setnpcdisplay("Aurora", "Patrick Saulc", NPC_WEIRDGREEN);
- enablenpc "St. Patrick Gold Pot";
- donpcevent "St. Patrick Gold Pot::OnForcedMove";
- logmes "Enabled ST. PATRICK DAY event (until day 31).", LOGMES_ATCOMMAND;
break;
- case 4: sEaster(); break;
+ case 4: break;
case 5:
set $EVENT$, "Worker";
logmes "Enabled WORKERS DAY event.", LOGMES_ATCOMMAND;
@@ -321,17 +314,13 @@ function script GlobalEventMenu {
*/
break;
case 6:
- $EVENT$="Thanksgiving";
- logmes "Enabled THANKS GIVING event.", LOGMES_ATCOMMAND;
break;
case 7:
$EVENT$="Event";
logmes "Enabled EVENT (HORIZON) event.", LOGMES_ATCOMMAND;
break;
case 8:
- logmes "Enabled CHRISTMAS event.", LOGMES_ATCOMMAND;
- DelQuestFromEveryPlayer(SQuest_Christmas);
- sChristmas(); break;
+ break;
case 9:
$EVENT$=any("Demure Birthday", "Blame Saulc");
dispbottom("Maybe in future this increases everyone attack speed? Well, for now,");