diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-10 23:38:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-10 23:38:12 -0300 |
commit | c97846a4395fa583ac075d656f52d86f96e3b213 (patch) | |
tree | b5f1b035de784e56f257cb5ae12cd198bb239e17 /world/map/npc/001-1 | |
parent | 3282f7417c441f78218f370e8abaa5663317f621 (diff) | |
download | serverdata-c97846a4395fa583ac075d656f52d86f96e3b213.tar.gz serverdata-c97846a4395fa583ac075d656f52d86f96e3b213.tar.bz2 serverdata-c97846a4395fa583ac075d656f52d86f96e3b213.tar.xz serverdata-c97846a4395fa583ac075d656f52d86f96e3b213.zip |
Fix a couple typos on tombstones co-authored by jak1
Diffstat (limited to 'world/map/npc/001-1')
-rw-r--r-- | world/map/npc/001-1/tombstones.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/001-1/tombstones.txt b/world/map/npc/001-1/tombstones.txt index e064a60d..45fc026d 100644 --- a/world/map/npc/001-1/tombstones.txt +++ b/world/map/npc/001-1/tombstones.txt @@ -36,7 +36,7 @@ { mes "~ " + strcharinfo(0) + " ~"; - mes "The epitath is blank and the grave freshly dug."; + mes "The epitaph is blank and the grave freshly dug."; close; } 001-1,56,106,0|script|RIP#6|400 @@ -71,6 +71,6 @@ 001-1,60,106,0|script|RIP#10|400 { mes "~ Tyer ~"; - mes "\"An experiement went wrong.\""; + mes "\"An experiment went wrong.\""; close; } |