diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-14 16:23:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-14 16:23:55 -0300 |
commit | 9767bae5bdc0378db0cc92dc01a53b9ae2d19a24 (patch) | |
tree | 6ced4fae9dafb8c6d1a82972c1fe009609d3853d /npc | |
parent | e728ce273798c379d6c2a1252078b9bb67d1b17e (diff) | |
download | serverdata-9767bae5bdc0378db0cc92dc01a53b9ae2d19a24.tar.gz serverdata-9767bae5bdc0378db0cc92dc01a53b9ae2d19a24.tar.bz2 serverdata-9767bae5bdc0378db0cc92dc01a53b9ae2d19a24.tar.xz serverdata-9767bae5bdc0378db0cc92dc01a53b9ae2d19a24.zip |
Wut
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/news.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt index 1c342bcb9..a1430ea3d 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -385,7 +385,7 @@ function script Journalman { /* Fires of Steam */ if ($FIRESOFSTEAM) { mes ""; - if ($$FIRESOFSTEAM >= 10) + if ($FIRESOFSTEAM >= 10) mesc l("We'll never forget Andrei Sakar, the most courageous hero this world has ever had."); else mesc l("Andrei Sakar calls for all the brave in the town of Artis - Kolev!"); |