diff options
Diffstat (limited to 'npc/025-1')
-rw-r--r-- | npc/025-1/phoenix.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/025-1/phoenix.txt b/npc/025-1/phoenix.txt index 5cc7df6d1..ce0478274 100644 --- a/npc/025-1/phoenix.txt +++ b/npc/025-1/phoenix.txt @@ -122,6 +122,8 @@ LOCATION$="Candor"; kamibroadcast(strcharinfo(0)+" has been reborn."); // Maybe you were THE FIRST + if (!REBIRTH_WINNER) + REBIRTH_WINNER = gettimetick(2); if ($REBIRTH_WINNER$ == "") { $REBIRTH_WINNER$=strcharinfo(0); channelmes("#world", $REBIRTH_WINNER$+" is the first player to REBIRTH!! They are so OP! %%N"); |