diff options
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r-- | npc/commands/event.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 9a20d02b9..5b00f65d4 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -305,6 +305,7 @@ function script GlobalEventMenu { l("Enable Event Horizon"), l("Enable Christmas"), l("Enable Demure's Birthday"), + l("Enable Kamelot"), l("Reset Kill Saulc Event (Monthly)"); switch (@menu) { @@ -348,7 +349,11 @@ function script GlobalEventMenu { dispbottom("Maybe in future this increases everyone attack speed? Well, for now,"); dispbottom("This is not actually an event, it just lower prices at Lua GM shop."); break; - case 10: DelItemFromEveryPlayer(MurdererCrown); break; + case 10: + $EVENT$="Kamelot"; + logmes "Enabled KAMELOT event.", LOGMES_ATCOMMAND; + break; + case 11: DelItemFromEveryPlayer(MurdererCrown); break; } return; |