From 285caf4e0c4b0d371a4c271fe544aa899d780022 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 17 Jun 2018 17:18:29 -0300 Subject: Change logic about how Quirin event can be enabled. --- npc/003-10/quirino.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/003-10/quirino.txt') 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) -- cgit v1.2.3-60-g2f50