diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-05-17 11:05:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-05-17 11:05:10 -0300 |
commit | a20610482eb2f5c9c52a58180cdb915338e4ca2b (patch) | |
tree | 29a2de95dd3f5ea87da0b2f0acc4ce66656a9316 | |
parent | 3434f17eb106296ab5686f094341492dc3ad2e32 (diff) | |
download | serverdata-a20610482eb2f5c9c52a58180cdb915338e4ca2b.tar.gz serverdata-a20610482eb2f5c9c52a58180cdb915338e4ca2b.tar.bz2 serverdata-a20610482eb2f5c9c52a58180cdb915338e4ca2b.tar.xz serverdata-a20610482eb2f5c9c52a58180cdb915338e4ca2b.zip |
Just in case someone missed it, the first time, explain the current crisis
-rw-r--r-- | npc/functions/util.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index a86c4762c..a7e40da0b 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -1432,6 +1432,10 @@ function script AerosFall { if ($@ML_SHOWDOWN == 4 && getarg(1, true)) { .@msg$=getarg(0, l("I'm too busy to talk to you")); mesc l("Sorry, due to the ongoing crisis, %s."); + if (!@ml_aerosinfo) { + mesc l("Which crisis, you ask? Aeros Island is falling in the continent, so everyone is panicking!!"); + @ml_aerosinfo = true; + } close; } return; |