diff options
-rw-r--r-- | npc/functions/goodbye.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |