diff options
author | The Kandiman <kandiman@kandiman.(none)> | 2011-07-01 16:25:10 -0400 |
---|---|---|
committer | The Kandiman <kandiman@kandiman.(none)> | 2011-07-01 16:26:00 -0400 |
commit | 38cccd4ba9a2a13a421d9f3adc7e0402bfe8f3c4 (patch) | |
tree | 01fbcb533a77b9c1b0cf63896917fc2d734ba2cf /world/map/npc/025-3/barriers.txt | |
parent | db06b0e6b1f70acc50696152f48eb1645af447ac (diff) | |
download | serverdata-38cccd4ba9a2a13a421d9f3adc7e0402bfe8f3c4.tar.gz serverdata-38cccd4ba9a2a13a421d9f3adc7e0402bfe8f3c4.tar.bz2 serverdata-38cccd4ba9a2a13a421d9f3adc7e0402bfe8f3c4.tar.xz serverdata-38cccd4ba9a2a13a421d9f3adc7e0402bfe8f3c4.zip |
Initial spell and grammar check for Rossy quest
Diffstat (limited to 'world/map/npc/025-3/barriers.txt')
-rw-r--r-- | world/map/npc/025-3/barriers.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/world/map/npc/025-3/barriers.txt b/world/map/npc/025-3/barriers.txt index a21ab25a..22879eb5 100644 --- a/world/map/npc/025-3/barriers.txt +++ b/world/map/npc/025-3/barriers.txt @@ -34,7 +34,7 @@ L_AlreadyDone: L_AlreadyHelped: if (@juliadone1 == 1) end; - message strcharinfo(0), "There are nothing more than dead monster corpses in this cave."; + message strcharinfo(0), "There is nothing more than dead monster corpses in this cave."; set @juliadone1, 1; end; @@ -144,7 +144,7 @@ L_AlreadyDone: L_AlreadyHelped: if (@juliadone2 == 1) end; - message strcharinfo(0), "There are nothing more than dead monster corpses in this cave."; + message strcharinfo(0), "There is nothing more than dead monster corpses in this cave."; set @juliadone2, 1; end; @@ -253,7 +253,7 @@ L_AlreadyDone: L_AlreadyHelped: if (@juliadone3 == 1) end; - message strcharinfo(0), "There are nothing more than dead monster corpses in this cave."; + message strcharinfo(0), "There is nothing more than dead monster corpses in this cave."; set @juliadone3, 1; end; @@ -362,7 +362,7 @@ L_AlreadyDone: L_AlreadyHelped: if (@juliadone4 == 1) end; - message strcharinfo(0), "There are nothing more than dead monster corpses in this cave."; + message strcharinfo(0), "There is nothing more than dead monster corpses in this cave."; set @juliadone4, 1; end; @@ -471,7 +471,7 @@ L_AlreadyDone: L_AlreadyHelped: if (@juliadone5 == 1) end; - message strcharinfo(0), "There are nothing more than dead monster corpses in this cave."; + message strcharinfo(0), "There is nothing more than dead monster corpses in this cave."; set @juliadone5, 1; end; @@ -580,7 +580,7 @@ L_AlreadyDone: L_AlreadyHelped: if (@juliadone6 == 1) end; - message strcharinfo(0), "There are nothing more than dead monster corpses in this cave."; + message strcharinfo(0), "There is nothing more than dead monster corpses in this cave."; set @juliadone6, 1; end; @@ -689,7 +689,7 @@ L_AlreadyDone: L_AlreadyHelped: if (@juliadone7 == 1) end; - message strcharinfo(0), "There are nothing more than dead monster corpses in this cave."; + message strcharinfo(0), "There is nothing more than dead monster corpses in this cave."; set @juliadone7, 1; end; @@ -798,7 +798,7 @@ L_AlreadyDone: L_AlreadyHelped: if (@juliadone8 == 1) end; - message strcharinfo(0), "There are nothing more than dead monster corpses in this cave."; + message strcharinfo(0), "There is nothing more than dead monster corpses in this cave."; set @juliadone8, 1; end; @@ -907,7 +907,7 @@ L_AlreadyDone: L_AlreadyHelped: if (@juliadone9 == 1) end; - message strcharinfo(0), "There are nothing more than dead monster corpses in this cave."; + message strcharinfo(0), "There is nothing more than dead monster corpses in this cave."; set @juliadone9, 1; end; @@ -1028,7 +1028,7 @@ L_SomeoneInside: end; L_AlreadyHelped: - message strcharinfo(0), "There are nothing more than corpses in this cave. You close your eyes and go straight to the place where Julia is hidden."; + message strcharinfo(0), "There is nothing more than corpses in this cave. You close your eyes and go straight to the place where Julia is hidden."; warp "025-4.gat", 93, 33; end; |