summaryrefslogtreecommitdiff
path: root/npc/016-7
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-02 14:22:28 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-02 14:22:28 -0300
commit96e1a10696419839f6c02be4288266f6b19e0897 (patch)
tree28e233e120f54f7be52c0a0111decbddaee2159b /npc/016-7
parenta01bf47a80f166a1d302d0751ea782da511dedcd (diff)
downloadserverdata-96e1a10696419839f6c02be4288266f6b19e0897.tar.gz
serverdata-96e1a10696419839f6c02be4288266f6b19e0897.tar.bz2
serverdata-96e1a10696419839f6c02be4288266f6b19e0897.tar.xz
serverdata-96e1a10696419839f6c02be4288266f6b19e0897.zip
Add back the Pirate Bandana to obtanium lists
Diffstat (limited to 'npc/016-7')
-rw-r--r--npc/016-7/main.txt2
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;