diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-04-07 22:03:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-04-07 22:03:47 -0300 |
commit | 922b6372e05a32a48c875ef232ed20a2f0336441 (patch) | |
tree | d02933140be163d93336b653b94f52f3201fb9b7 /npc | |
parent | 70aa319d33b27f7f90e34ab36f691c33d777bbde (diff) | |
download | serverdata-922b6372e05a32a48c875ef232ed20a2f0336441.tar.gz serverdata-922b6372e05a32a48c875ef232ed20a2f0336441.tar.bz2 serverdata-922b6372e05a32a48c875ef232ed20a2f0336441.tar.xz serverdata-922b6372e05a32a48c875ef232ed20a2f0336441.zip |
Colin or Luca's group? Choose at random!
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 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); |