From e69460e9e08483d70da37bb547dabbbb4c543e05 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 17 Nov 2022 17:09:12 -0300 Subject: With three TODOs, Doomsday can make it. --- world/map/npc/099-2/logic.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'world/map/npc/099-2/logic.txt') diff --git a/world/map/npc/099-2/logic.txt b/world/map/npc/099-2/logic.txt index 902789f1..29d7e96d 100644 --- a/world/map/npc/099-2/logic.txt +++ b/world/map/npc/099-2/logic.txt @@ -286,7 +286,7 @@ OnJanitor: mes "Reading this is as hard as finding a needle in a haystack."; if (debug) goto L_Close; - if (countitem("FlawedLens") < 1) goto L_Tools; + if (countitem(FlawedLens) < 1) goto L_Tools; mes "Although the painting also has no artistic value on its own..."; mes "Something tells you there is something ominous with it."; next; @@ -304,8 +304,8 @@ L_Tools: close; L_UseLens: - delitem "FlawedLens", 1; - getexp 10000, 10000; + //delitem FlawedLens, 1; + //getexp 10000, 10000; mes "~~~graphics/images/kirin.png~"; mes "[@@https://wiki.themanaworld.org/images/5/57/Kirin_by_clef.jpg|There is the image of a woman on it@@]."; next; @@ -318,7 +318,7 @@ L_UseLens: mes "Rest in Peace. Damnatio memoriae. Effective immediately."; // ;-- TRANSLATORS: Damnatio memoriae - "condemnation of memory", indicating that a person is to be excluded from official accounts. History rewrite if required. next; - mes "The lens break! They were not only poorly effective but also of bad quality."; + //mes "The lens break! They were not only poorly effective but also of bad quality."; mes "If only we could make the real Lens, we would have been able to find out"; mes "what is up with this ominous, eerie feeling this picture gives."; close; -- cgit v1.2.3-60-g2f50