summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-10/quirino.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/003-10/quirino.txt b/npc/003-10/quirino.txt
index 4dcd0baec..ab21dff8f 100644
--- a/npc/003-10/quirino.txt
+++ b/npc/003-10/quirino.txt
@@ -93,8 +93,10 @@ L_Hub:
if ($EVENT$ == "" && (getusers(1) >= 5 || $@GM_OVERRIDE)) {
next;
mes col("Activate event?", 1);
- if (askyesno() == ASK_YES)
+ if (askyesno() == ASK_YES) {
$EVENT$="Hunger";
+ announce("##1HUNGRY QUIRIN EVENT: ##3##BRegister is now open! Talk to Quirin, on Tulimshar Guardhouse!", bc_all|bc_npc);
+ }
close;
}