summaryrefslogtreecommitdiff
path: root/npc/099-2/logic.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/099-2/logic.txt')
-rw-r--r--npc/099-2/logic.txt12
1 files changed, 8 insertions, 4 deletions
diff --git a/npc/099-2/logic.txt b/npc/099-2/logic.txt
index 66390270..6376129d 100644
--- a/npc/099-2/logic.txt
+++ b/npc/099-2/logic.txt
@@ -526,6 +526,7 @@ OnJanitor:
mes "Not only that, but he may become immune to certain sources of damage.";
mes "It is a killer move which also allows him to assemble an army right after.";
mes "I do believe there is a weakness, though. Something about excessive fur growth?";
+ mesc l("It obviously did not work for them."); // FIXME: Shear broken
close;
}
@@ -575,8 +576,9 @@ OnJanitor:
mes "They fly very fast and can quickly swarm you.";
mes "Their damage and health is not important.";
mes "But if not careful, they will overwhelm you.";
- mes "Also, did you hear about lay on hands on overlapping dimensions?";
- mes "This have nothing to do with bats but is a cool fact!";
+ // FIXME #inma is now allowed
+ //mes "Also, did you hear about lay on hands on overlapping dimensions?";
+ //mes "This have nothing to do with bats but is a cool fact!";
close;
}
@@ -605,6 +607,8 @@ OnJanitor:
mes "I think what should sense magic, might sense mana devoid-ness as well.";
mes "In this case, such would be the only way to know how far of killing we are.";
mes "But I'm not sure if such trick would work except on support role.";
+ next;
+ mesc l("The following word was written in blood: %s", col("miteyo", 1));
close;
}
@@ -615,8 +619,8 @@ OnJanitor:
callfunc "PCtoNPCRange";
if(@npc_check) end;
- mes "Reading this is as hard as finding a needle in a haystack.";
- if (debug) goto L_close;
+ //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;
mes "Although the painting also has no artistic value on its own...";
mes "Something tells you there is something ominous with it.";