Bug fix for deconstructing tiles and lattice with RCDs (#26863)
* Fixed mixed deconstruction times for tiles and lattice * Lattice and power cables can be deconstructed instantly
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
damageModifierSet: Metallic
|
||||
- type: RCDDeconstructable
|
||||
cost: 2
|
||||
delay: 2
|
||||
fx: EffectRCDDeconstruct2
|
||||
delay: 0
|
||||
fx: EffectRCDConstruct0
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
|
||||
@@ -45,8 +45,8 @@
|
||||
node: power
|
||||
- type: RCDDeconstructable
|
||||
cost: 2
|
||||
delay: 2
|
||||
fx: EffectRCDDeconstruct2
|
||||
delay: 0
|
||||
fx: EffectRCDConstruct0
|
||||
|
||||
- type: entity
|
||||
parent: CableBase
|
||||
|
||||
Reference in New Issue
Block a user