From 2286f5dbb55157667e19d426d76e1ed06aacd734 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 31 May 2018 00:46:28 -0300 Subject: Fix Constable Perry --- npc/003-1/constableperry.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc') 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; } -- cgit v1.2.3-70-g09d2