diff options
Diffstat (limited to 'npc/003-10/quirino.txt')
-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 8179bd228..f1c629edc 100644 --- a/npc/003-10/quirino.txt +++ b/npc/003-10/quirino.txt @@ -93,7 +93,7 @@ L_Hub: // Open event? Minimum 5 connections or GM_OVERRIDE flag. if ($EVENT$ == "" && (getusers(1) >= 5 || $@GM_OVERRIDE)) { next; - mescol l("Activate event?", 1); + mesc l("Activate event?"), 1; if (askyesno() == ASK_YES) { $EVENT$="Hunger"; setcells "001-8", 41, 58, 41, 43, 5, "qhubN"; |