Merge 2009scape updates #19

Open
randy wants to merge 204 commits from 2009Scape:master into upstream
Showing only changes of commit 93d2c8f4aa - Show all commits

View file

@ -3034,6 +3034,9 @@ fun applyPoison (entity: Entity, source: Entity, severity: Int) {
if(hasTimerActive<PoisonImmunity>(entity)) {
return
}
if(entity.isPoisonImmune()) {
return
}
val existingTimer = getTimer<Poison>(entity)
if (existingTimer != null) {