From 35e52a4a7e02f018f86923fd010b9981896c1647 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 13 Feb 2021 15:08:57 -0300 Subject: The final rebirth should only be available after the Monster King is defeated --- npc/025-1/phoenix.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/025-1/phoenix.txt') diff --git a/npc/025-1/phoenix.txt b/npc/025-1/phoenix.txt index b8e20a246..50bd08977 100644 --- a/npc/025-1/phoenix.txt +++ b/npc/025-1/phoenix.txt @@ -35,7 +35,8 @@ case 4: .@blvl+=175; .@rebirth$=l("final"); - break; + if ($GAME_STORYLINE >= 4) + break; default: setpcblock(255, false); mesc l("Unfortunately you cannot rebirth anymore!"); -- cgit v1.2.3-60-g2f50