summaryrefslogtreecommitdiff
path: root/npc/cities/niflheim.txt
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-06 18:34:11 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-06 18:34:11 +0000
commit126e17da78be997923efc6b5430c58f7b897c58a (patch)
tree90348382e0ca65ae31b5c3e3b9a914865ba8efdc /npc/cities/niflheim.txt
parentba23716d01e5592ad112a51796049733e34077c2 (diff)
downloadhercules-126e17da78be997923efc6b5430c58f7b897c58a.tar.gz
hercules-126e17da78be997923efc6b5430c58f7b897c58a.tar.bz2
hercules-126e17da78be997923efc6b5430c58f7b897c58a.tar.xz
hercules-126e17da78be997923efc6b5430c58f7b897c58a.zip
revised 2/3 of cities scripts, minor optimization of Gunslinger quest, Grandpa Pharm = | -> ||
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10495 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/niflheim.txt')
-rw-r--r--npc/cities/niflheim.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/cities/niflheim.txt b/npc/cities/niflheim.txt
index a44d22cbb..57c202ac9 100644
--- a/npc/cities/niflheim.txt
+++ b/npc/cities/niflheim.txt
@@ -91,9 +91,8 @@ nif_in,156,93,5 script Child 793,{
mes "have you seen my mommy, hmm? ... sob...";
mes "I want to go home...";
next;
- menu "About the witch...",L_Wizzard,"About the curse...",L_Curse,"Stop conversation",L_end;
+ menu "About the witch...",-,"About the curse...",L_Curse,"Stop conversation",L_end;
-L_Wizzard:
mes "[Alakina Ann]";
mes "A witch? I don't know any witches...";
mes "although I read about them in storybooks,";
@@ -102,8 +101,10 @@ L_Wizzard:
next;
mes "[Alakina Ann]";
mes "But why is it so cold?";
- if (sex == 1) mes "Aren't you cold, brother? Wierd... Hu~";
- if (sex == 0) mes "Aren't you cold, sister? Wierd... Hu~";
+ if (sex == 1)
+ mes "Aren't you cold, brother? Wierd... Hu~";
+ else
+ mes "Aren't you cold, sister? Wierd... Hu~";
mes "I miss my warm home,";
mes "Can you help me please? Hmmm? Hmmm?";
close;