diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-31 00:49:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-31 00:49:07 -0300 |
commit | 276813fb6cf376141747c212d9efd73b372de348 (patch) | |
tree | b0c3fb79b51c5bb2b6c6209bb68b3c22be514ebb /npc/003-1 | |
parent | 380911729bfb27e9d706954c70e9dd60f12cef6f (diff) | |
download | serverdata-276813fb6cf376141747c212d9efd73b372de348.tar.gz serverdata-276813fb6cf376141747c212d9efd73b372de348.tar.bz2 serverdata-276813fb6cf376141747c212d9efd73b372de348.tar.xz serverdata-276813fb6cf376141747c212d9efd73b372de348.zip |
Missing arg
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/constableperry.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/constableperry.txt b/npc/003-1/constableperry.txt index cc98fce1a..5e9b3eefb 100644 --- a/npc/003-1/constableperry.txt +++ b/npc/003-1/constableperry.txt @@ -14,7 +14,7 @@ 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/Docs/wikis/home|Wiki@@] to find awesome stuff!"); - mes col("(To see the rules, use ##B@rules##b.)"); + mes col("(To see the rules, use ##B@rules##b.)", 9); next; mesq l("You can even join the project there. Contributors are greatly appreciated! %%N"); close; |