summaryrefslogtreecommitdiff
path: root/npc/013-1_Woodland_hills
diff options
context:
space:
mode:
authorFreeyorp <Freeyorp101@hotmail.com>2010-05-04 21:20:54 +1200
committerFreeyorp <Freeyorp101@hotmail.com>2010-05-24 23:33:30 +1200
commite8fbefd941413910fc01eb10e629b7f87763358f (patch)
treea16acd57add96211296ac36daa3204b1d8d32ef2 /npc/013-1_Woodland_hills
parent0ddffdab42811e72c48ce3a12f0fb0edaaae4f0f (diff)
downloadserverdata-e8fbefd941413910fc01eb10e629b7f87763358f.tar.gz
serverdata-e8fbefd941413910fc01eb10e629b7f87763358f.tar.bz2
serverdata-e8fbefd941413910fc01eb10e629b7f87763358f.tar.xz
serverdata-e8fbefd941413910fc01eb10e629b7f87763358f.zip
Disable Easter 2010
Diffstat (limited to 'npc/013-1_Woodland_hills')
-rw-r--r--npc/013-1_Woodland_hills/sagatha.txt32
1 files changed, 0 insertions, 32 deletions
diff --git a/npc/013-1_Woodland_hills/sagatha.txt b/npc/013-1_Woodland_hills/sagatha.txt
index cb1fd6ad..f5e2f606 100644
--- a/npc/013-1_Woodland_hills/sagatha.txt
+++ b/npc/013-1_Woodland_hills/sagatha.txt
@@ -110,7 +110,6 @@ L_next:
next;
menu
- "Hi, lady. Why are you sad?", L_easter_inquireone,
"Who are you?", -,
"What's your name?", L_intro_name,
"Hello! My name is " + strcharinfo(0) + ".", L_intro_givename,
@@ -184,14 +183,12 @@ L_wb:
L_main:
if (@Q_status)
menu
- "You seem upset. Are you okay?", L_easter_inquiretwo,
"Can you explain magic to me?", L_explain_magic,
"Can you teach me more magic?", L_teach,
"What do you know about...", L_Question,
"Goodbye.", L_close;
if (!@Q_status)
menu
- "You seem upset. Are you okay?", L_easter_inquiretwo,
"Can you explain magic to me?", L_explain_magic,
"Can you teach me magic?", L_teach_initial,
"What do you know about...", L_Question,
@@ -413,35 +410,6 @@ L_Q_auldsbel:
next;
goto L_main;
-L_easter_inquireone:
- mes "[Sagatha the Witch]";
- mes "\"Never you mind.\"";
- close;
-
-L_easter_inquiretwo:
- mes "[Sagatha the Witch]";
- mes "\"Well... *she looks at you for a moment* I don't know exactly... there's something... the animals can feel it too. They're worried as well...\"";
- menu
- "Okay... is there anything I can do?", L_easter_offer,
- "How can you tell what animals are feeling?", L_easter_feelings,
- "Gee, I hope nothing happens to the little animals!", L_easter_gee,
- close;
-
-L_easter_offer:
- mes "[Sagatha the Witch]";
- mes "\"Thank you for the offer, but no, there isn't anything...\"";
- close;
-
-L_easter_feelings:
- mes "[Sagatha the Witch]";
- mes "\"Hm? What? Oh... the same way you do, I suppose.\"";
- close;
-
-L_easter_gee:
- mes "[Sagatha the Witch]";
- mes "\"Yes, so do I...\"";
- close;
-
L_close:
close;