From e65453de24733187e6d53f2b39f30c2c1df93d49 Mon Sep 17 00:00:00 2001 From: reaperrr Date: Mon, 23 Mar 2015 14:56:40 +0100 Subject: [PATCH] Disables WithDeathAnimation for deployed TS units (Tick Tank, Arty, Sensor Array, ICBM launcher) Fixes crash when destroying them. --- mods/ts/rules/structures.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mods/ts/rules/structures.yaml b/mods/ts/rules/structures.yaml index 84bfda6505..3c8a4dc674 100644 --- a/mods/ts/rules/structures.yaml +++ b/mods/ts/rules/structures.yaml @@ -525,6 +525,7 @@ GATICK: TransformSounds: place2.aud NoTransformSounds: WithMuzzleFlash: + -WithDeathAnimation: GAICBM: Inherits: ^Building @@ -546,6 +547,7 @@ GAICBM: Facing: 96 TransformSounds: place2.aud NoTransformSounds: + -WithDeathAnimation: GADPSA: Inherits: ^Building @@ -570,6 +572,7 @@ GADPSA: RenderDetectionCircle: DetectCloaked: Range: 6 + -WithDeathAnimation: GAARTY: Inherits: ^Building @@ -613,6 +616,7 @@ GAARTY: TransformSounds: place2.aud NoTransformSounds: WithMuzzleFlash: + -WithDeathAnimation: GASPOT: Inherits: ^Building