Fixed #10712
This commit is contained in:
@@ -433,6 +433,8 @@ public class BulletType extends Content implements Cloneable{
|
|||||||
if(heals() && build.team == b.team && !(build.block instanceof ConstructBlock)){
|
if(heals() && build.team == b.team && !(build.block instanceof ConstructBlock)){
|
||||||
healEffect.at(build.x, build.y, 0f, healColor, build.block);
|
healEffect.at(build.x, build.y, 0f, healColor, build.block);
|
||||||
build.heal(healPercent / 100f * build.maxHealth + healAmount);
|
build.heal(healPercent / 100f * build.maxHealth + healAmount);
|
||||||
|
|
||||||
|
hit(b);
|
||||||
}else if(build.team != b.team && direct){
|
}else if(build.team != b.team && direct){
|
||||||
hit(b);
|
hit(b);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user