Skip to content

Commit

Permalink
feat: let demonic partner set enemies on fire
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Jan 21, 2024
1 parent 6905dbf commit e89ad81
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ public boolean doHurtTarget(Entity pEntity) {
this.doEnchantDamageEffects(this, pEntity);
}

pEntity.setSecondsOnFire(2);

return flag;
}
}

0 comments on commit e89ad81

Please sign in to comment.