summaryrefslogtreecommitdiff
path: root/world/map/npc/099-2/logic.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-11-17 17:09:12 -0300
committerJesusaves <cpntb1@ymail.com>2022-11-17 17:09:12 -0300
commite69460e9e08483d70da37bb547dabbbb4c543e05 (patch)
treef6f8e5189c711b0eadbfc2d0af53fc183af16de2 /world/map/npc/099-2/logic.txt
parentae7acafff7f568be9c998018e1f6093dbd171425 (diff)
downloadserverdata-e69460e9e08483d70da37bb547dabbbb4c543e05.tar.gz
serverdata-e69460e9e08483d70da37bb547dabbbb4c543e05.tar.bz2
serverdata-e69460e9e08483d70da37bb547dabbbb4c543e05.tar.xz
serverdata-e69460e9e08483d70da37bb547dabbbb4c543e05.zip
With three TODOs, Doomsday can make it.jesusalva/v20221111
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;