From 89b95a54080db7dce14ae75d1b0d181b9717bb79 Mon Sep 17 00:00:00 2001 From: FrameLimiter Date: Mon, 1 Jan 2018 21:28:21 -0500 Subject: [PATCH] Fixes STEK TargetTypes in mission allies-06b The Soviet Tech Center was automatically being targeted by units. --- mods/ra/maps/allies-06b/rules.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/ra/maps/allies-06b/rules.yaml b/mods/ra/maps/allies-06b/rules.yaml index 649b7b3911..80a6d56f5d 100644 --- a/mods/ra/maps/allies-06b/rules.yaml +++ b/mods/ra/maps/allies-06b/rules.yaml @@ -50,7 +50,7 @@ TECH.CAM: STEK: Targetable: - TargetTypes: Ground, Water, Structure, C4, DetonateAttack, SpyInfiltrate + TargetTypes: Ground, Structure, C4, DetonateAttack, SpyInfiltrate APWR: Buildable: @@ -90,4 +90,4 @@ MSUB: SS: AutoTarget: - InitialStanceAI: AttackAnything \ No newline at end of file + InitialStanceAI: AttackAnything