diff options
author | Nick Ashley <nick@shley.us> | 2015-04-24 11:03:06 -0400 |
---|---|---|
committer | Nick Ashley <nick@shley.us> | 2015-04-27 06:34:07 -0400 |
commit | 835e99bfa64c3d7593d3833450148e0f3436574e (patch) | |
tree | d02eaed62da414c094795c2a9767c931bcfdd6fe /world/map | |
parent | e8a1900fc0651a3ee74ce4cbe181fce2851f6420 (diff) | |
download | serverdata-835e99bfa64c3d7593d3833450148e0f3436574e.tar.gz serverdata-835e99bfa64c3d7593d3833450148e0f3436574e.tar.bz2 serverdata-835e99bfa64c3d7593d3833450148e0f3436574e.tar.xz serverdata-835e99bfa64c3d7593d3833450148e0f3436574e.zip |
Better dialog for the constable.
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/npc/001-1/constable.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/001-1/constable.txt b/world/map/npc/001-1/constable.txt index 73a74a2f..ecc8a0d4 100644 --- a/world/map/npc/001-1/constable.txt +++ b/world/map/npc/001-1/constable.txt @@ -3,7 +3,7 @@ 001-1,50,74,0|script|Constable Perry Graf|150 { mes "[Constable Perry Graf]"; - mes "\"Hello, make sure the rules are followed.\""; + mes "\"Hello. Make sure to follow the rules!\""; callfunc "GameRules"; close; } |