diff options
Diffstat (limited to 'npc/025-2')
-rw-r--r-- | npc/025-2/phoenix.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/025-2/phoenix.txt b/npc/025-2/phoenix.txt index 438b8317b..50841c9ad 100644 --- a/npc/025-2/phoenix.txt +++ b/npc/025-2/phoenix.txt @@ -93,6 +93,22 @@ kamibroadcast("%s has been reborn.", strcharinfo(0)); $MOST_HEROIC$=strcharinfo(0); StatusResetReinvest(); + // Open a new dialog + clear; + setnpcdialogtitle l("Rebirth Race Selection"); + mesc l("Do you want to change your race?"); + mesc l("This can only be reverted at rebirth! Beware!"); + next; + if (askyesno() != ASK_YES) + close; + mes ".:: "+l("Human")+" ::."; + mesc l("The most widespread race in the continent, highly versatile, perfect all-rounders."); + mes ""; + next; + menuint + l("Human"), 1; + + jobchange max(0, @menuret-1); close; } |