From 6cd14661a4db407eb2f468349d7d4a2035858b95 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 26 Oct 2023 19:09:21 -0300 Subject: Hardcore servers should honor SuperMMO maps (Fortress) as if they were MMO maps. --- npc/functions/hub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 19e27fdf6..4285b1b97 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -113,7 +113,7 @@ function script HUB_Logout { if (@grace) { // Grace is upon you (ie. script death) @grace=false; - } else if (.@zone$ == "MMO" && ABSOLVE_CNT <= 3) { + } else if ((.@zone$ == "MMO" || .@zone$ == "SuperMMO") && ABSOLVE_CNT <= 3) { // Absolve (limited attempts) ABSOLVE_CNT+=1; dispbottom l("This is a special map so your death is not counted."); -- cgit v1.2.3-70-g09d2