diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/016-7/main.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/016-7/main.txt b/npc/016-7/main.txt index 6c615a50d..165150630 100644 --- a/npc/016-7/main.txt +++ b/npc/016-7/main.txt @@ -47,6 +47,9 @@ OnReward: getexp BaseLevel*10, BaseLevel; Zeny=Zeny+BaseLevel*rand2(5,15); //getitem SailorShirt, 1; // I already tried to do this before...? + // 7% chance to get Crazy Rum + if (rand2(10000) < 700+(readparam(bLuk)*3)) + getitem CrazyRum, 1; dispbottom l("Congratulations!"); if (isin("016-7", 23, 25, 52, 35)) addtimer(3000, "#MarineShipAttack::OnResumeTravel"); |