summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands')
-rw-r--r--npc/commands/event.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt
index c7564d499..87b149239 100644
--- a/npc/commands/event.txt
+++ b/npc/commands/event.txt
@@ -315,6 +315,7 @@ function script GlobalEventMenu {
("Enable Christmas"),
("Enable Demure's Birthday"),
("[FY] Enable Kamelot"),
+ ("[FY] Enable Regnum Blessing"),
("Reset Kill Saulc Event (Monthly)");
switch (@menu) {
@@ -362,7 +363,12 @@ function script GlobalEventMenu {
$EVENT$="Kamelot";
logmes "Enabled KAMELOT event.", LOGMES_ATCOMMAND;
break;
- case 11: DelItemFromEveryPlayer(MurdererCrown); break;
+ case 11:
+ $EVENT$="Regnum"; callfunc("FYE_Regnum");
+ dispbottom l("Blessing applied at: %s", $@REGNUM_BLESSMAP_H$);
+ logmes "Enabled REGNUM event.", LOGMES_ATCOMMAND;
+ break;
+ case 12: DelItemFromEveryPlayer(MurdererCrown); break;
}
return;