diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/025-1/phoenix.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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!"); |