summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-31 00:46:28 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-31 00:46:28 -0300
commit2286f5dbb55157667e19d426d76e1ed06aacd734 (patch)
tree6b75d90bc84719f11133047630b30b100f92fb9b
parent6d5c02d689f0632558f352a314e7e8fe73df7774 (diff)
downloadserverdata-2286f5dbb55157667e19d426d76e1ed06aacd734.tar.gz
serverdata-2286f5dbb55157667e19d426d76e1ed06aacd734.tar.bz2
serverdata-2286f5dbb55157667e19d426d76e1ed06aacd734.tar.xz
serverdata-2286f5dbb55157667e19d426d76e1ed06aacd734.zip
Fix Constable Perry
-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;
}