diff options
Diffstat (limited to 'npc/016-7/main.txt')
-rw-r--r-- | npc/016-7/main.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/016-7/main.txt b/npc/016-7/main.txt index bb7090ab9..1609fa4ef 100644 --- a/npc/016-7/main.txt +++ b/npc/016-7/main.txt @@ -35,6 +35,8 @@ OnPirateDie: end; OnVictory: + if (rand2(50000) < readparam2(bLuk)) + getitem PirateBandana, 1; areatimer("016-7", 23, 25, 52, 35, 10, "#MarineShipAttack::OnReward"); end; |