diff options
Diffstat (limited to 'world/map/npc/048-2/slimes.txt')
-rw-r--r-- | world/map/npc/048-2/slimes.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/world/map/npc/048-2/slimes.txt b/world/map/npc/048-2/slimes.txt index a88b28c5..db696ad9 100644 --- a/world/map/npc/048-2/slimes.txt +++ b/world/map/npc/048-2/slimes.txt @@ -74,7 +74,7 @@ L_Count: L_SlimesEscaped: set @spawnSlime0, 0; - message strcharinfo(0), "You don't see any slime of that nest anymore. But did you really get all of them?"; + message strcharinfo(0), "You don't see any slimes from that nest anymore. But did you really get all of them?"; goto L_Clean; L_ClearedPoint: @@ -155,7 +155,7 @@ L_Count: L_SlimesEscaped: set @spawnSlime1, 0; - message strcharinfo(0), "You don't see any slime of that nest anymore. But did you really get all of them?"; + message strcharinfo(0), "You don't see any slimes from that nest anymore. But did you really get all of them?"; goto L_Clean; L_ClearedPoint: @@ -236,7 +236,7 @@ L_Count: L_SlimesEscaped: set @spawnSlime2, 0; - message strcharinfo(0), "You don't see any slime of that nest anymore. But did you really get all of them?"; + message strcharinfo(0), "You don't see any slimes from that nest anymore. But did you really get all of them?"; goto L_Clean; L_ClearedPoint: @@ -317,7 +317,7 @@ L_Count: L_SlimesEscaped: set @spawnSlime3, 0; - message strcharinfo(0), "You don't see any slime of that nest anymore. But did you really get all of them?"; + message strcharinfo(0), "You don't see any slimes from that nest anymore. But did you really get all of them?"; goto L_Clean; L_ClearedPoint: @@ -398,7 +398,7 @@ L_Count: L_SlimesEscaped: set @spawnSlime4, 0; - message strcharinfo(0), "You don't see any slime of that nest anymore. But did you really get all of them?"; + message strcharinfo(0), "You don't see any slimes from that nest anymore. But did you really get all of them?"; goto L_Clean; L_ClearedPoint: @@ -479,7 +479,7 @@ L_Count: L_SlimesEscaped: set @spawnSlime5, 0; - message strcharinfo(0), "You don't see any slime of that nest anymore. But did you really get all of them?"; + message strcharinfo(0), "You don't see any slimes from that nest anymore. But did you really get all of them?"; goto L_Clean; L_ClearedPoint: @@ -560,7 +560,7 @@ L_Count: L_SlimesEscaped: set @spawnSlime6, 0; - message strcharinfo(0), "You don't see any slime of that nest anymore. But did you really get all of them?"; + message strcharinfo(0), "You don't see any slimes from that nest anymore. But did you really get all of them?"; goto L_Clean; L_ClearedPoint: |