diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-30 23:59:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-30 23:59:02 -0300 |
commit | 3893aeef67894e0b43def48a3ca5b61ac747f51e (patch) | |
tree | 03ce8c35ba6cdac04581b798f715c516aac732ff /npc | |
parent | 7e0d563c9dbc41eee4ba1c51e11d5fe0147f257e (diff) | |
download | serverdata-3893aeef67894e0b43def48a3ca5b61ac747f51e.tar.gz serverdata-3893aeef67894e0b43def48a3ca5b61ac747f51e.tar.bz2 serverdata-3893aeef67894e0b43def48a3ca5b61ac747f51e.tar.xz serverdata-3893aeef67894e0b43def48a3ca5b61ac747f51e.zip |
Add an extra message to Alliance Officer with the Great Fire real date.
If anyone proceeds past this point, I assume they know what they want.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/029-0/event.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index 52dfe9159..3a48dd972 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -270,6 +270,7 @@ L_PowerUp: next; mesn strcharinfo(0); mesq l("Could you awake my lost and forsaken potential?"); + if (TUTORIAL) mesc l("You whisper a date - 2021-03-11, the %sreal%s date of the %d AT Great Fire.", "[@@https://tmw2.org/news#outage|", "@@]", min(270, gettime(GETTIME_YEAR)-1800)); // Great Fire: 219~270 AT next; mesn; mesq l("Yes. I can. But this is irreversible. Are you sure you want this?"); |