summaryrefslogtreecommitdiff
path: root/npc/012-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-13 22:22:58 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-13 22:22:58 -0300
commit029efd52e8d04ea44fcc79912400b762ab4b330e (patch)
treefdc513be72fe66ffde347146cbe5b6396f05bdec /npc/012-3
parentf1dc46b0a11813bf0af43f2a76fe409183ba1cc7 (diff)
downloadserverdata-029efd52e8d04ea44fcc79912400b762ab4b330e.tar.gz
serverdata-029efd52e8d04ea44fcc79912400b762ab4b330e.tar.bz2
serverdata-029efd52e8d04ea44fcc79912400b762ab4b330e.tar.xz
serverdata-029efd52e8d04ea44fcc79912400b762ab4b330e.zip
My mistake, fix Mana Seed
Diffstat (limited to 'npc/012-3')
-rw-r--r--npc/012-3/mana-seed.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/012-3/mana-seed.txt b/npc/012-3/mana-seed.txt
index 1f65ef1e..8c960a56 100644
--- a/npc/012-3/mana-seed.txt
+++ b/npc/012-3/mana-seed.txt
@@ -17,6 +17,7 @@
@visions_nr = 12;
setarray @visions$,
+ "You feel soft, fluffy fur brushing against your skin and are filled with happiness. Somehow, the word `" + b("joyplim") + "' comes to mind...",
"You see a dark underground temple; you are kneeling, praying for the safety of the planet. You smile as a friend joins you in the dark – but suddenly a shadow falls over you from above, and a stabbing pain...",
"It is midnight; you are in an underground cavern deep inside the desert ruins. Slowly, as if half-asleep, you wander up the spiral pathway, towards the ancient vase at its center. As you reach out to touch it...",
"The old castle smells of mildew and swamp gas. It has not been used in centuries, but you were here before, when the world was young. You turn to face your companions – but something is wrong with all three; an ancient force has possessed them...",
@@ -27,8 +28,7 @@
"At the bottom of the abyss, infinity opens before you. You have proven yourself worthy, and the ancient finally reveals its wisdom...",
"You may only be children, but you recognize that it is this man only who can save the world. As the walls rush towards you to crush your small group, you exchange a glance with your twin sister – there is no doubt what you must do...",
"The sacred place is surrounded by nothingness; were it not for your magic, you would have no hope of returning. The old and young man stands nearby; he has been waiting for you, for centuries. He has all the time in the world, after all...",
- "Nothing remains behind. The underground castle is empty now, its chambers plundered, its throne destroyed. Shivering, you climb down the stairs, towards the wailing of the underworld that is waiting beneath...",
- "You feel soft, fluffy fur brushing against your skin and are filled with happiness. Somehow, the word `" + get(.invocation$, "happy-curse") + "' comes to mind...";
+ "Nothing remains behind. The underground castle is empty now, its chambers plundered, its throne destroyed. Shivering, you climb down the stairs, towards the wailing of the underworld that is waiting beneath...";
@max_magic = 2;
@@ -186,6 +186,8 @@ L_Magic_levelup:
mes "Someone else's thoughts pass through your mind...";
next;
@nr = rand(@visions_nr);
+ if (@nr == 0)
+ mes "FIXME get happy-curse";
mes @visions$[@nr];
next;
mes "The image fades.";