diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-06-23 21:52:14 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-06-23 21:52:23 -0700 |
commit | 8ab0e3a082a043b90a87ede7184a95f9462764f5 (patch) | |
tree | a79cee15e60a2b012caa8cd51cc743b0e5345fdf /world/map/npc/068-1 | |
parent | 46d2360385ddf171b8cf13c07b0dc3537d2ee2a6 (diff) | |
download | serverdata-8ab0e3a082a043b90a87ede7184a95f9462764f5.tar.gz serverdata-8ab0e3a082a043b90a87ede7184a95f9462764f5.tar.bz2 serverdata-8ab0e3a082a043b90a87ede7184a95f9462764f5.tar.xz serverdata-8ab0e3a082a043b90a87ede7184a95f9462764f5.zip |
Braces go on their own line, dammit
The server has been silently doing the wrong thing for ages in this case.
Diffstat (limited to 'world/map/npc/068-1')
-rw-r--r-- | world/map/npc/068-1/tombstones.txt | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/world/map/npc/068-1/tombstones.txt b/world/map/npc/068-1/tombstones.txt index 424e0317..2b0542a2 100644 --- a/world/map/npc/068-1/tombstones.txt +++ b/world/map/npc/068-1/tombstones.txt @@ -1,34 +1,39 @@ // Tombstones in Noble memorial -068-1.gat,91,48,0|script|Tombstone#1|400,{ +068-1.gat,91,48,0|script|Tombstone#1|400, +{ mes "~ wushin ~"; mes "Tonori swallowed him whole."; close; } -068-1.gat,92,48,0|script|Tombstone#2|400,{ +068-1.gat,92,48,0|script|Tombstone#2|400, +{ mes "~ Nard ~"; mes "Crushed by a loom."; close; } -068-1.gat,93,48,0|script|Tombstone#3|400,{ +068-1.gat,93,48,0|script|Tombstone#3|400, +{ mes "~ tux9th ~"; mes "Eaten by bugs."; close; } -068-1.gat,94,48,0|script|Tombstone#4|400,{ +068-1.gat,94,48,0|script|Tombstone#4|400, +{ mes "~ o11c ~"; mes "He asked for it. So they gave it to him."; close; } -068-1.gat,95,48,0|script|Tombstone#5|400,{ +068-1.gat,95,48,0|script|Tombstone#5|400, +{ mes "~ " + strcharinfo(0) + " ~"; mes "The tombstone is blank and the grave freshly dug."; |