Made T2+ tanks instantly kill nodes

This commit is contained in:
Anuken
2026-01-12 12:55:40 -05:00
parent 3c95419987
commit 03260f60cd
5 changed files with 20 additions and 1 deletions

View File

@@ -224,6 +224,8 @@ public class Block extends UnlockableContent implements Senseable{
public float placeOverlapRange = 50f;
/** Multiplier of damage dealt to this block by tanks. Does not apply to crawlers. */
public float crushDamageMultiplier = 1f;
/** If true, this block is instantly destroyed by tanks with crushFragile set to true. */
public boolean crushFragile = false;
/** Max of timers used. */
public int timers = 0;
/** Cache layer. Only used for 'cached' rendering. */