Tank crush damage tweaks

This commit is contained in:
Anuke
2022-03-04 17:22:22 -05:00
parent 742466c3ee
commit a97192a79d
6 changed files with 11 additions and 10 deletions

View File

@@ -36,6 +36,7 @@ public class Wall extends Block{
buildCostMultiplier = 6f;
canOverdrive = false;
drawDisabled = false;
crushDamageMultiplier = 5f;
//it's a wall of course it's supported everywhere
envEnabled = Env.any;