summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-1/constableperry.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/003-1/constableperry.txt b/npc/003-1/constableperry.txt
index 0490be5e1..cc98fce1a 100644
--- a/npc/003-1/constableperry.txt
+++ b/npc/003-1/constableperry.txt
@@ -13,14 +13,15 @@
next;
mesq l("Yes, I am a mouboo. Why? Can't a mouboo be a law and order enforcer?!");
next;
- mesq l("Anyway, you can check our [@@https://gitlab.com/TMW2/TheManaWorld_Wiki/wikis/home|Wiki@@] to find awesome stuff!");
+ mesq l("Anyway, you can check our [@@https://gitlab.com/TMW2/Docs/wikis/home|Wiki@@] to find awesome stuff!");
+ mes col("(To see the rules, use ##B@rules##b.)");
next;
- mesq l("You can even join the project there. Contributors are greatly appreciated! %%g");
+ mesq l("You can even join the project there. Contributors are greatly appreciated! %%N");
close;
OnInit:
.sex = G_MALE;
- .distance = 3;
+ .distance = 5;
end;
}