summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/news.txt2
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!");