This commit is contained in:
Anuken
2020-06-06 09:33:25 -04:00
parent 93fe794f63
commit 1e3a190d5a
5 changed files with 24 additions and 12 deletions
@@ -1037,7 +1037,7 @@ abstract class TileComp implements Posc, Teamc, Healthc, Tilec, Timerc, QuadTree
}
public void collision(Bulletc other){
damage(other.damage());
damage(other.damage() * other.type().tileDamageMultiplier);
}
public void removeFromProximity(){