Tested and fixed Steam achievements
This commit is contained in:
@@ -31,6 +31,7 @@ public class ShockwaveTower extends Block{
|
||||
public Sound shootSound = Sounds.bang;
|
||||
public Color waveColor = Pal.accent, heatColor = Pal.turretHeat, shapeColor = Color.valueOf("f29c83");
|
||||
public float cooldownMultiplier = 1f;
|
||||
public Effect hitEffect = Fx.hitSquaresColor;
|
||||
public Effect waveEffect = Fx.pointShockwave;
|
||||
|
||||
//TODO switch to drawers eventually or something
|
||||
@@ -90,6 +91,7 @@ public class ShockwaveTower extends Block{
|
||||
}else{
|
||||
target.remove();
|
||||
}
|
||||
hitEffect.at(target.x, target.y, waveColor);
|
||||
}
|
||||
|
||||
if(team == state.rules.defaultTeam){
|
||||
|
||||
Reference in New Issue
Block a user