summaryrefslogtreecommitdiff
path: root/npc/000-0
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-09 18:13:06 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-09 18:13:06 -0300
commit9c7bc9144eaf91eaca08d46686eaa50d0804c940 (patch)
tree727f749777d6fef398b0314aeb4762d1c429d27a /npc/000-0
parent3a0bc0a85b4165989266899f5bf46efee6a02e7e (diff)
downloadserverdata-9c7bc9144eaf91eaca08d46686eaa50d0804c940.tar.gz
serverdata-9c7bc9144eaf91eaca08d46686eaa50d0804c940.tar.bz2
serverdata-9c7bc9144eaf91eaca08d46686eaa50d0804c940.tar.xz
serverdata-9c7bc9144eaf91eaca08d46686eaa50d0804c940.zip
FIX THE PVP BUG
Diffstat (limited to 'npc/000-0')
-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!!");