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 5bbe87f commit 81b63b4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ public boolean doHurtTarget(Entity pEntity) {
this.doEnchantDamageEffects(this, pEntity);
}

pEntity.setSecondsOnFire(2);

return flag;
}
}

0 comments on commit 81b63b4

Please sign in to comment.