diff options
author | jtoelke <jtoelke@gmx.de> | 2013-04-22 11:44:40 -0700 |
---|---|---|
committer | jtoelke <jtoelke@gmx.de> | 2013-04-22 11:44:40 -0700 |
commit | c9bfbfa03c9dd64a485abdb0d52942a120360e72 (patch) | |
tree | 0ddc0f446e575462a7bd39ff3cf6d361d143c256 /world/map/npc/027-2/evil_guard.txt | |
parent | 1eeff58e10a204efe73746bdbaee5b18bb4ef17b (diff) | |
parent | 938f0219eb2cb174f06b3e60d4fed48d2a1b7c16 (diff) | |
download | serverdata-c9bfbfa03c9dd64a485abdb0d52942a120360e72.tar.gz serverdata-c9bfbfa03c9dd64a485abdb0d52942a120360e72.tar.bz2 serverdata-c9bfbfa03c9dd64a485abdb0d52942a120360e72.tar.xz serverdata-c9bfbfa03c9dd64a485abdb0d52942a120360e72.zip |
Merge pull request #15 from DinoPaskvan/master
Small changes and fixes for NPC dialogues
Diffstat (limited to 'world/map/npc/027-2/evil_guard.txt')
-rw-r--r-- | world/map/npc/027-2/evil_guard.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/027-2/evil_guard.txt b/world/map/npc/027-2/evil_guard.txt index 276cc3c1..bbb349df 100644 --- a/world/map/npc/027-2/evil_guard.txt +++ b/world/map/npc/027-2/evil_guard.txt @@ -4,10 +4,10 @@ mes "The guard glares at you, silently daring you to try something."; next; mes "[Evil Guard]"; - mes "\"I give you warning young human. My master will suffer no fools here.\""; + mes "\"Heed my warning, young human. My master will suffer no fools here.\""; next; mes "[Evil Guard]"; - mes "\"He created this as a place of leisure, and we are here to ensure that it stays that way.\""; + mes "\"He created this as a place of leisure, and we are here to ensure that it remains undisturbed.\""; close; } @@ -18,9 +18,9 @@ mes "[Evil Guard]"; mes "\"I am your father...\""; next; - mes "There is an awkward pause, and the guard bursts out laughing."; + mes "There is an awkward pause, and then the guard bursts out laughing."; mes ""; mes "[Evil Guard]"; - mes "\"Just kidding! Can you imagine Golbenez' reaction if we had such puny offspring?\""; + mes "\"Just kidding! Can you imagine Golbenez's reaction if we had such puny offspring?\""; close; } |