Increased mech damage

This commit is contained in:
Anuken
2018-08-21 14:21:00 -04:00
parent 0003a58210
commit dbb164f4be
5 changed files with 30 additions and 5 deletions

View File

@@ -102,6 +102,7 @@ public class BasicBulletType extends BulletType{
@Override
public void despawned(Bullet b){
super.despawned(b);
if(fragBullet != null || splashDamageRadius > 0){
hit(b);
}