From 5ec136b57c365c00dd0d6fa042bfdfe6a907c438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 2 May 2020 23:09:27 +0200 Subject: [PATCH] Don't play the make animation on the wall sprite body. --- mods/ts/rules/gdi-support.yaml | 7 ++++++- mods/ts/sequences/structures.yaml | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/mods/ts/rules/gdi-support.yaml b/mods/ts/rules/gdi-support.yaml index e733786983..26e4c3a069 100644 --- a/mods/ts/rules/gdi-support.yaml +++ b/mods/ts/rules/gdi-support.yaml @@ -45,8 +45,13 @@ GACTWR: Inherits: ^Defense Inherits@IDISABLE: ^DisableOnPowerDown Inherits@AUTOTARGET: ^AutoTargetAll - -WithSpriteBody: + WithMakeAnimation: + BodyNames: make + WithSpriteBody: + Name: make + Sequence: invisible WithWallSpriteBody: + RequiresCondition: !build-incomplete Type: wall Valued: Cost: 200 diff --git a/mods/ts/sequences/structures.yaml b/mods/ts/sequences/structures.yaml index 43ce14e8b6..6f4e8abba6 100644 --- a/mods/ts/sequences/structures.yaml +++ b/mods/ts/sequences/structures.yaml @@ -1192,6 +1192,8 @@ gactwr: Start: 2 ShadowStart: 5 Tick: 400 + invisible: null + UseTilesetCode: false idle-lights: gtctwr_a Length: 6 Tick: 200