summaryrefslogtreecommitdiff
path: root/world/map/npc/099-2/logic.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/099-2/logic.txt')
-rw-r--r--world/map/npc/099-2/logic.txt8
1 files changed, 4 insertions, 4 deletions
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;