forked from 2009Scape/Server
Fixed barbarian fishing xp rate manipulation
This commit is contained in:
parent
8a4ea5d1f3
commit
212ce57580
1 changed files with 4 additions and 0 deletions
|
|
@ -48,6 +48,10 @@ class BarbFishingPulse(player: Player) : SkillPulse<NPC>(player,NPC(1176)) {
|
|||
}
|
||||
|
||||
override fun reward(): Boolean {
|
||||
if (delay == 1){
|
||||
super.setDelay(5)
|
||||
return false
|
||||
}
|
||||
val stragiXP = arrayOf(5,6,7)
|
||||
val fishXP = arrayOf(50,70,80)
|
||||
val reward = getRandomFish()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue