summaryrefslogtreecommitdiff
path: root/npc/099-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-13 22:42:50 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-13 22:42:50 -0300
commitaa1c7840d41771ab4d95bd397b0e8dcb5b945e13 (patch)
treef668b9346b2734e4a5833500d660ebc1ee6a07fe /npc/099-2
parenta49fd8babf1a5dce471ec8cac874364825cf9b88 (diff)
downloadserverdata-aa1c7840d41771ab4d95bd397b0e8dcb5b945e13.tar.gz
serverdata-aa1c7840d41771ab4d95bd397b0e8dcb5b945e13.tar.bz2
serverdata-aa1c7840d41771ab4d95bd397b0e8dcb5b945e13.tar.xz
serverdata-aa1c7840d41771ab4d95bd397b0e8dcb5b945e13.zip
Remove item manipulation from Doomsday, except for Mana Potion.
Diffstat (limited to 'npc/099-2')
-rw-r--r--npc/099-2/logic.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/099-2/logic.txt b/npc/099-2/logic.txt
index 8c8fe9f8..33525492 100644
--- a/npc/099-2/logic.txt
+++ b/npc/099-2/logic.txt
@@ -742,11 +742,13 @@ L_UseLens:
mes "";
mes "##9 Today my Rubber Bat flew away. Probably shouldn't have given life to it. ##0";
mes "##9 I'll miss it, my dear friend, I hope one day he returns? ##0";
+ mesc l("Actually, I don't mind that anymore."), 1;
next;
mes "Zax De'Kagen's Diary, entry #42";
mes "";
mes "##9 What I wouldn't give for some pickled beets right now... ##0";
mes "##9 Meh, whatever. I'm not going to Dimond's Cove ever again! ##0";
+ mesc l("Actually, I don't mind that anymore."), 1;
close;
}
@@ -755,10 +757,11 @@ L_UseLens:
callfunc "PCtoNPCRange";
if(@npc_check) end;
- if (rand(60) % 2 == 0)
- goto L_Shock;
+ //if (rand(60) % 2 == 0)
+ // goto L_Shock;
goto L_Potion;
+/*
L_Shock:
mes "Some was trying to make Shock Sweets here.";
mes "However, it doesn't seems to have been finished.";
@@ -766,6 +769,7 @@ L_Shock:
mes "There are the initials \"To stop F.F.\" nearby.";
mes "One can only wonder who or what F.F. is.";
close;
+*/
L_Potion:
mes "Some was trying to make a Mana Potion here.";