diff options
author | TheKandiman <thekandiman@gmail.com> | 2011-02-12 11:23:23 -0500 |
---|---|---|
committer | TheKandiman <thekandiman@gmail.com> | 2011-02-12 11:23:23 -0500 |
commit | 17772eb241e2638eac7ea4f324ace1ae23555756 (patch) | |
tree | dd98e569a6db3e0e806fba90f35d2244c45a20e2 /npc/027-2_Caretakers_House/evil_guard.txt | |
parent | 5957a40b55d18bfaedc3470744a2ba1def565806 (diff) | |
download | serverdata-17772eb241e2638eac7ea4f324ace1ae23555756.tar.gz serverdata-17772eb241e2638eac7ea4f324ace1ae23555756.tar.bz2 serverdata-17772eb241e2638eac7ea4f324ace1ae23555756.tar.xz serverdata-17772eb241e2638eac7ea4f324ace1ae23555756.zip |
Spelling, grammar, formatting corrections for love triangle quest.
Diffstat (limited to 'npc/027-2_Caretakers_House/evil_guard.txt')
-rw-r--r-- | npc/027-2_Caretakers_House/evil_guard.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/027-2_Caretakers_House/evil_guard.txt b/npc/027-2_Caretakers_House/evil_guard.txt index 844b9eef..dfd7f70b 100644 --- a/npc/027-2_Caretakers_House/evil_guard.txt +++ b/npc/027-2_Caretakers_House/evil_guard.txt @@ -13,13 +13,14 @@ 027-2.gat,112,37,0 script Evil Guard 316,{ mes "[Evil Guard]"; - mes strcharinfo(0); + mes "\"" + strcharinfo(0) + "...\""; next; mes "[Evil Guard]"; - mes "I am your father..."; + mes "\"I am your father...\""; next; mes "There is an awkward pause, and the guard bursts out laughing."; mes ""; + mes "[Evil Guard]"; mes "\"Just kidding! Can you imagine Golbanez' reaction if we had such puny offspring?\""; close; } |