From 88997aaae7950608287224e55fc1fb03f2787ed4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 1 Jul 2020 01:19:50 -0300 Subject: Temporaly make the forgetful NPCs forget what they are for --- npc/027-1/elza.txt | 2 ++ npc/027-1/enzo.txt | 2 ++ npc/027-1/ezra.txt | 2 ++ 3 files changed, 6 insertions(+) (limited to 'npc') diff --git a/npc/027-1/elza.txt b/npc/027-1/elza.txt index 661a4a101..5acdb881f 100644 --- a/npc/027-1/elza.txt +++ b/npc/027-1/elza.txt @@ -9,6 +9,8 @@ mesq l("What was I doing before...? I totally forgot!"); if (any(true, false)) mesc l("Have you seen my brother %s?", any("Enzo", "Ezra")); + // FIXME + close; next; mesc l("Teaching Elza your skills will make you both forget them."), 1; mesc l("Once your skill is forgotten, the Magic Skill Points used will be freed."), 1; diff --git a/npc/027-1/enzo.txt b/npc/027-1/enzo.txt index ccffd43d9..9c2b27704 100644 --- a/npc/027-1/enzo.txt +++ b/npc/027-1/enzo.txt @@ -7,6 +7,8 @@ 027-1,94,115,0 script Enzo NPC_BLACKWIZARD,{ mesn l("Enzo, the Forgetful"); mesq l("What was I doing before...? I forgot!"); + // FIXME + close; next; mesc l("Teaching Enzo your skills will make you both forget them."), 1; mesc l("Once your skill is forgotten, the Magic Skill Points used will be freed."), 1; diff --git a/npc/027-1/ezra.txt b/npc/027-1/ezra.txt index 057da045f..8bf2e5cad 100644 --- a/npc/027-1/ezra.txt +++ b/npc/027-1/ezra.txt @@ -7,6 +7,8 @@ 027-1,131,100,0 script Ezra NPC_BLACKWIZARD,{ mesn l("Ezra, the very Forgetful"); mesq l("What was I doing before...? I forgot!"); + // FIXME + close; next; mesc l("Teaching Ezra your skills will make you both forget them."), 1; mesc l("Once your skill is forgotten, the Magic Skill Points used will be freed."), 1; -- cgit v1.2.3-60-g2f50