summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-08-05 16:23:49 -0300
committerJesusaves <cpntb1@ymail.com>2020-08-05 16:23:49 -0300
commit43242f08929a41e2c3198c50154a2ee6411280e4 (patch)
tree4e2ed79af927129f8af46471407f8ef9405ee78c
parent13814e7ca28b52c0695596ee1454b6ce8bf930b4 (diff)
downloadserverdata-jesusalva/rules.tar.gz
serverdata-jesusalva/rules.tar.bz2
serverdata-jesusalva/rules.tar.xz
serverdata-jesusalva/rules.zip
Gumi reviewjesusalva/rules
-rw-r--r--npc/functions/game-rules.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/functions/game-rules.txt b/npc/functions/game-rules.txt
index 8a401753..053bec03 100644
--- a/npc/functions/game-rules.txt
+++ b/npc/functions/game-rules.txt
@@ -18,10 +18,9 @@ function script GameRules {
l("5. ##BDo not beg others##b for money, items or favours of any kind. If you want to ask for something, do it politely and only once. Try not to annoy other players."),
l("6. ##BDo not multibox.##b You are not allowed to engage in combat while controlling more than one character at a time."),
l("7. ##BFollow the [@@https://policies.themanaworld.org/tsc|TMW Social Convention@@]##b (TSC)."),
- l("In the event the rules listed here and those on [@@https://policies.themanaworld.org/game-rules|the website@@] diverge, the website version will take full priority.");
+ l("In the event that the rules diverge from [@@https://policies.themanaworld.org/game-rules|policies.themanaworld.org@@], the later version takes priority.");
if (SERVER_USES_VAULT) {
- mesc l("The Vault's [@@https://wiki.themanaworld.org/index.php/The_Mana_World:Terms_and_Conditions|Terms of Use@@] still applies and are unaffected by the rules here stated.");
- mesc l("You are NOT allowed to have multiple Vault accounts.");
+ mesc l("Note: You are NOT allowed to have multiple Vault accounts.");
if (getarg(0, 0) & S_LAST_NEXT)
next;
}