diff options
Diffstat (limited to 'npc/cities/izlude.txt')
-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]"; |