diff options
Diffstat (limited to 'npc/099-2/logic.txt')
-rw-r--r-- | npc/099-2/logic.txt | 8 |
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."; |