summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/016-7/main.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/016-7/main.txt b/npc/016-7/main.txt
index 1609fa4ef..7dcf5637c 100644
--- a/npc/016-7/main.txt
+++ b/npc/016-7/main.txt
@@ -35,7 +35,7 @@ OnPirateDie:
end;
OnVictory:
- if (rand2(50000) < readparam2(bLuk))
+ if (rand2(10000) < REBIRTH+((readparam2(bLuk) + readparam2(bVit)) / 2))
getitem PirateBandana, 1;
areatimer("016-7", 23, 25, 52, 35, 10, "#MarineShipAttack::OnReward");
end;