diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-13 15:08:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-13 15:08:57 -0300 |
commit | 35e52a4a7e02f018f86923fd010b9981896c1647 (patch) | |
tree | 088f4a89fb74ce57c94e781952ba20ae9bea9aba /npc/025-1 | |
parent | b98baaf0a6b7fa40a54ae98aeb6975d6010ea479 (diff) | |
download | serverdata-35e52a4a7e02f018f86923fd010b9981896c1647.tar.gz serverdata-35e52a4a7e02f018f86923fd010b9981896c1647.tar.bz2 serverdata-35e52a4a7e02f018f86923fd010b9981896c1647.tar.xz serverdata-35e52a4a7e02f018f86923fd010b9981896c1647.zip |
The final rebirth should only be available after the Monster King is defeated
Diffstat (limited to 'npc/025-1')
-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!"); |