Skip to content

Commit

Permalink
disable lester fall damage (completely)
Browse files Browse the repository at this point in the history
  • Loading branch information
warior456 committed Jan 15, 2024
1 parent 9cdfc0e commit 59c016e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ public boolean occludeVibrationSignals() {
return true;
}

public boolean handleFallDamage(float fallDistance, float damageMultiplier, DamageSource damageSource) {
return false;
}

private void setupAnimationStates() {
if (this.idleAnimationTimeout <= 0) {
this.idleAnimationTimeout = this.random.nextInt(40) + 80;
Expand Down

0 comments on commit 59c016e

Please sign in to comment.