diff options
Diffstat (limited to 'npc/functions')
-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 3c398b9d1..9dc097257 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -20,7 +20,7 @@ function script GameNews { mes col("This somehow affected the whole economy.", 9); next; mes col("Some adventurer broke what was previously thought as maximum level, and is now level 40!", 9); - mes col("Was that not sufficient, this someone acquired MAGIC and is now under Colin's group.", 9); + mes l("##9Was that not sufficient, this someone acquired MAGIC and is now under @@'s group.", (rand(0,1) ? "Colin" : "Luca")); next; mes col("The Magic Council finished the reform on their guest hall.", 9); mes col("Soren, the architect responsible for it, is very happy with the new design.", 9); |