diff options
author | AtlantisRO <atlas@atlantis-ro.net> | 2016-03-12 10:38:52 -0700 |
---|---|---|
committer | AtlantisRO <atlas@atlantis-ro.net> | 2016-03-12 10:38:52 -0700 |
commit | c1bbfc7630b1df9a6e7e80513bbccfa0d4841ab8 (patch) | |
tree | f9a19bfd6d91600d92a2113d5528cbbf8f630f4b /npc/cities | |
parent | 2fe634292b3bc10c1f819438c34f9c9caed96a74 (diff) | |
download | hercules-c1bbfc7630b1df9a6e7e80513bbccfa0d4841ab8.tar.gz hercules-c1bbfc7630b1df9a6e7e80513bbccfa0d4841ab8.tar.bz2 hercules-c1bbfc7630b1df9a6e7e80513bbccfa0d4841ab8.tar.xz hercules-c1bbfc7630b1df9a6e7e80513bbccfa0d4841ab8.zip |
Fixes to Typo Errors.
Diffstat (limited to 'npc/cities')
-rw-r--r-- | npc/cities/izlude.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/cities/izlude.txt b/npc/cities/izlude.txt index f689fd421..7ee10f320 100644 --- a/npc/cities/izlude.txt +++ b/npc/cities/izlude.txt @@ -194,10 +194,10 @@ mes "Well, of course, they are all very cute, but Ghostring is an EXCEPTION. It is very very dangerous."; next; mes "[Dega]"; - mes "If you are lucky enough, you might even bump into Angelring, the Poring with Angel wings."; + mes "If you are lucky enough, you might even bump into Angeling, the Poring with Angel wings."; next; while(1) { - switch(select("Ghostring?", "Angelring?", "End Conversation.")) { + switch(select("Ghostring?", "Angeling?", "End Conversation.")) { case 1: mes "[Dega]"; mes "Ghostring is a grayish Poring that floats around in the air like a ghost. Just like other ghosts, physical attacks can't do any damage to it."; @@ -214,7 +214,7 @@ break; case 2: mes "[Dega]"; - mes "Angelrings are immune to Magic attacks. If people who can only attack with Magic face an Angelring, then it's time for"; + mes "Angelings are immune to Magic attacks. If people who can only attack with Magic face an Angeling, then it's time for"; mes "them to run."; next; mes "[Dega]"; |