From b2db2b045374e6960f6b1657de4c479f02350d3a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 13 Jul 2021 23:17:03 -0300 Subject: A lot of stuff ceased to work as it used to in Doomsday Act 5, update docs. --- npc/099-2/logic.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'npc/099-2') 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."; -- cgit v1.2.3-60-g2f50