Skip to content

Commit

Permalink
Remove undefined function from default onGainExperience
Browse files Browse the repository at this point in the history
  • Loading branch information
Codinablack committed Dec 7, 2024
1 parent 9067b49 commit e7fd326
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ function default.onGainExperience(player, source, exp, rawExp, sendText)
player:addCondition(soulCondition)
end

-- Apply experience stage multiplier
exp = exp * Game.getExperienceStage(level)

-- Apply low level bonus
exp = exp * (1 + player:calculateLowLevelBonus(level) / 100)

Expand Down

0 comments on commit e7fd326

Please sign in to comment.