From 9c7bc9144eaf91eaca08d46686eaa50d0804c940 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Aug 2019 18:13:06 -0300 Subject: FIX THE PVP BUG --- npc/000-0/sailors.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'npc/000-0') diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index 3df6382b8..85fab4553 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -77,9 +77,7 @@ OnTouch: l("(Don't respond)"); mes ""; - Karma=100; if (@menu == 1) { - Karma=Karma-1; mesn l("Sailor"); mesq l("What do you mean? Do you at least have a rowboat with you?!"); next; @@ -87,7 +85,7 @@ OnTouch: mesq l("We can't let you die from hunger! That wouldn't be cool at all! And I'm very cool!"); next; } else if (@menu == 2) { - Karma=Karma+1; + mes ""; // You don't need to thank us! } else { mesn l("Sailor"); mesq lg("Oh noes! She fainted! Quick, rescue her!!", "Oh noes! He fainted! Quick, rescue him!!"); -- cgit v1.2.3-60-g2f50