summaryrefslogtreecommitdiff
path: root/npc/functions/game-rules.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-06-10 11:04:54 -0300
committerJesusaves <cpntb1@ymail.com>2022-06-10 11:04:54 -0300
commit981f743d984d388c9a9573a0cabfc90b008675d7 (patch)
treea058bde088dcc5382dbf11c141b606069b6e5cd7 /npc/functions/game-rules.txt
parent7cbbe3ae939214ac6b899e35a4152d638e6193ea (diff)
downloadserverdata-981f743d984d388c9a9573a0cabfc90b008675d7.tar.gz
serverdata-981f743d984d388c9a9573a0cabfc90b008675d7.tar.bz2
serverdata-981f743d984d388c9a9573a0cabfc90b008675d7.tar.xz
serverdata-981f743d984d388c9a9573a0cabfc90b008675d7.zip
Gitlab was abandoned
Diffstat (limited to 'npc/functions/game-rules.txt')
-rw-r--r--npc/functions/game-rules.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/game-rules.txt b/npc/functions/game-rules.txt
index 317d48d18..b425afd33 100644
--- a/npc/functions/game-rules.txt
+++ b/npc/functions/game-rules.txt
@@ -45,11 +45,11 @@ 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. The word \"%s\" shows up everywhere.", "[@@https://gitlab.com/TMW2|@@]"),
+ l("The next page begins to list the complex trading laws and political rules. The word \"%s\" shows up everywhere.", "[@@https://git.themanaworld.org/ml|@@]"),
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!");
- mes "@@https://gitlab.com/TMW2/evol-all/tmw2_bot.py|Simple Python Bot (Linux/Windows/Mac)@@";
+ mes "@@https://git.themanaworld.org/ml/all/tmw2_bot.py|Simple Python Bot (Linux/Windows/Mac)@@";
}
close;
}