summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-1/constableperry.txt3
-rw-r--r--npc/015-2/ben.txt3
-rw-r--r--npc/functions/game-rules.txt2
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!");