From f67ea6197c4536e2272fd82835f040be79a8a216 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 26 Oct 2023 19:07:12 -0300 Subject: In Hardcore Servers, do not require the min. siege victories for Fortress. --- npc/functions/goodbye.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/functions/goodbye.txt b/npc/functions/goodbye.txt index 07697885f..e0f93c417 100644 --- a/npc/functions/goodbye.txt +++ b/npc/functions/goodbye.txt @@ -158,7 +158,7 @@ function script goodbye2 { function script fortwarp { // Not unlocked - if ($GAME_STORYLINE >= 3 && $MK_TEMPVAR < getarg(0)) { + if ($GAME_STORYLINE >= 3 && $MK_TEMPVAR < getarg(0) && !$HARDCORE) { mesc l("The gate is sealed shut."), 1; mesc l("The monster army is still strong on this floor!"), 1; mesc l("Minimum wins: %d/%d", $MK_TEMPVAR, getarg(0)), 1; -- cgit v1.2.3-70-g09d2