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.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt
index af1081391..dbfa779ac 100644
--- a/npc/commands/event.txt
+++ b/npc/commands/event.txt
@@ -322,6 +322,7 @@ function script GlobalEventMenu {
("Enable Demure's Birthday"),
("[FY] Enable Kamelot"),
("[FY] Enable Regnum Blessing"),
+ ("[FY] Enable Candor Season"),
("Reset Kill Saulc Event (Monthly)");
switch (@menu) {
@@ -374,7 +375,11 @@ function script GlobalEventMenu {
dispbottom l("Blessing applied at: %s", $REGNUM_BLESSMAP_H$);
logmes "Enabled REGNUM event.", LOGMES_ATCOMMAND;
break;
- case 12: DelItemFromEveryPlayer(MurdererCrown); break;
+ case 12:
+ $EVENT$="Candor";
+ logmes "Enabled CANDOR event.", LOGMES_ATCOMMAND;
+ break;
+ case 13: DelItemFromEveryPlayer(MurdererCrown); break;
}
return;