summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Ashley <nick@shley.us>2015-04-25 13:24:29 -0400
committerNick Ashley <nick@shley.us>2015-04-25 13:24:29 -0400
commit23f34442033bc8db8d87104ec73db8f5d74ccddf (patch)
treefba4255762213cff1aed09746b1c47e6fe38925e
parente8a1900fc0651a3ee74ce4cbe181fce2851f6420 (diff)
downloadserverdata-23f34442033bc8db8d87104ec73db8f5d74ccddf.tar.gz
serverdata-23f34442033bc8db8d87104ec73db8f5d74ccddf.tar.bz2
serverdata-23f34442033bc8db8d87104ec73db8f5d74ccddf.tar.xz
serverdata-23f34442033bc8db8d87104ec73db8f5d74ccddf.zip
Gate Guards dialog fixes
-rw-r--r--world/map/npc/001-1/gate_guards.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/001-1/gate_guards.txt b/world/map/npc/001-1/gate_guards.txt
index dea801ef..4370036d 100644
--- a/world/map/npc/001-1/gate_guards.txt
+++ b/world/map/npc/001-1/gate_guards.txt
@@ -2,25 +2,25 @@
001-1,39,33,0|script|Guard#school|104
{
mes "[Guard]";
- mes "\"I'm just here to provide a presence for the guards at this gate. The mages here can defend themselves without problem.\"";
+ mes "\"My presence here is just a formality. The mages inside can easily defend themselves.\"";
close;
}
001-1,56,47,0|script|Guard#castle|104
{
mes "[Guard]";
- mes "\"The volcano and earthquake did a lot of damage, but the citizens of Tulimshar sure did a good job of cleaning up.\"";
+ mes "\"Tulimshar is a resilient city; its citizens have made quite a comeback after the earthquake.\"";
close;
}
001-1,61,99,0|script|Guard#east3|104
{
mes "[Guard]";
- mes "\"The Palace is North of here. That is where you will find the Council of Wizards.\"";
+ mes "\"Just north of here is a palace where you can find both the Council of Wizards and the Magic Institute of Tulimshar.\"";
close;
}
001-1,53,72,0|script|Guard#govt_out|123
{
mes "[Guard]";
- mes "\"This is a government building. They have some clerical and tax offices in here. There is also a jail in the subbasement.\"";
+ mes "\"There are government officials inside who can help you form a party, obtain a trade license, or even get married.\"";
close;
}