diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-11-30 09:39:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-11-30 09:39:50 -0300 |
commit | 3d710be50ac4abf3a3eac87d8164c3fa06b3d591 (patch) | |
tree | 33466317730b5f2775e66e44d3a6a910c0bc622b /npc/functions | |
parent | bd6e155517add05151da3d6ee826bc6c27e50712 (diff) | |
download | serverdata-3d710be50ac4abf3a3eac87d8164c3fa06b3d591.tar.gz serverdata-3d710be50ac4abf3a3eac87d8164c3fa06b3d591.tar.bz2 serverdata-3d710be50ac4abf3a3eac87d8164c3fa06b3d591.tar.xz serverdata-3d710be50ac4abf3a3eac87d8164c3fa06b3d591.zip |
Update wiki links and add a referrer to Gitlab on rules
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/game-rules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/game-rules.txt b/npc/functions/game-rules.txt index 3a7fc1e97..317d48d18 100644 --- a/npc/functions/game-rules.txt +++ b/npc/functions/game-rules.txt @@ -45,7 +45,7 @@ function script GameRules { GameRules S_NO_NPC_NAME | S_LAST_NEXT; narrator S_NO_NPC_NAME, - l("The next page begins to list the complex trading laws and political rules."), + l("The next page begins to list the complex trading laws and political rules. The word \"%s\" shows up everywhere.", "[@@https://gitlab.com/TMW2|@@]"), l("All this seems unimportant to you right now."); if (BaseLevel > 30) { mesc l("However, there's a link to get a simple python bot software!"); |