diff options
-rw-r--r-- | npc/003-10/quirino.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-10/quirino.txt b/npc/003-10/quirino.txt index fb2f39871..4dcd0baec 100644 --- a/npc/003-10/quirino.txt +++ b/npc/003-10/quirino.txt @@ -90,7 +90,7 @@ L_Hub: mes l("Current arena player count: @@ on map. (Min. 3 to begin event)", getmapusers("001-8")); // Open event? Minimum 5 connections or GM_OVERRIDE flag. - if ($EVENT$ != "Hunger" && (getusers(1) >= 5 || $@GM_OVERRIDE)) { + if ($EVENT$ == "" && (getusers(1) >= 5 || $@GM_OVERRIDE)) { next; mes col("Activate event?", 1); if (askyesno() == ASK_YES) |