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 | |
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')
-rw-r--r-- | npc/003-1/constableperry.txt | 3 | ||||
-rw-r--r-- | npc/015-2/ben.txt | 3 | ||||
-rw-r--r-- | npc/functions/game-rules.txt | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/npc/003-1/constableperry.txt b/npc/003-1/constableperry.txt index da5d2c044..9eb9b292c 100644 --- a/npc/003-1/constableperry.txt +++ b/npc/003-1/constableperry.txt @@ -19,7 +19,8 @@ L_Intro: mesq l("Have no idea where in the world you are? Or what a certain mob drops, or even if you should challenge it?"); next; mesn; - mesq l("Fear not! You can check our [@@https://gitlab.com/TMW2/Docs/wikis/home|Wiki@@] to find that and other awesome stuff!"); + mesq l("Fear not! You can check our [@@https://wiki.moubootaurlegends.org|Wiki@@] to find that and other awesome stuff!"); + //mesq l("Fear not! You can check our [@@https://gitlab.com/TMW2/Docs/wikis/home|Wiki@@] to find that and other awesome stuff!"); mesc l("(To see the rules, use ##B@rules##b.)"); next; mesq l("You can even join the project there. Contributors are greatly appreciated! %%N"); diff --git a/npc/015-2/ben.txt b/npc/015-2/ben.txt index 17a1b4dfb..08e49bb4c 100644 --- a/npc/015-2/ben.txt +++ b/npc/015-2/ben.txt @@ -15,7 +15,8 @@ L_Intro: next; mesq l("Yes, I am a mouboo. Why? Can't a mouboo be a dangerous bandit?!"); next; - mesq l("Anyway, you can check our [@@https://gitlab.com/TMW2/Docs/wikis/home|Wiki@@] to find awesome stuff!"); + mesq l("Fear not! You can check our [@@https://wiki.moubootaurlegends.org|Wiki@@] to find that and other awesome stuff!"); + //mesq l("Anyway, you can check our [@@https://gitlab.com/TMW2/Docs/wikis/home|Wiki@@] to find awesome stuff!"); mesc l("(Even bandits doesn't breaks the rules. To see the rules, use ##B@rules##b.)"); next; mesq l("You can even join the project there. Contributors are greatly appreciated! %%N"); 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!"); |