summaryrefslogtreecommitdiff
path: root/npc/000-0/sailors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-0/sailors.txt')
-rw-r--r--npc/000-0/sailors.txt4
1 files changed, 1 insertions, 3 deletions
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!!");