From 301d09ea8f048e63e3cb763e76ad484128b829a9 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Wed, 26 Feb 2020 22:46:49 +0000 Subject: [PATCH] Remove undefined RequiresForceMove from TransformsIntoTransforms. --- mods/cnc/rules/structures.yaml | 1 - mods/ra/rules/structures.yaml | 1 - mods/ts/rules/shared-structures.yaml | 1 - 3 files changed, 3 deletions(-) diff --git a/mods/cnc/rules/structures.yaml b/mods/cnc/rules/structures.yaml index b25d894c72..7d585959e6 100644 --- a/mods/cnc/rules/structures.yaml +++ b/mods/cnc/rules/structures.yaml @@ -39,7 +39,6 @@ FACT: RequiresForceMove: true TransformsIntoTransforms: RequiresCondition: factundeploy && build-incomplete - RequiresForceMove: true GrantConditionOnPrerequisite@GLOBALFACTUNDEPLOY: Condition: factundeploy Prerequisites: global-factundeploy diff --git a/mods/ra/rules/structures.yaml b/mods/ra/rules/structures.yaml index 177294f983..5bee548f00 100644 --- a/mods/ra/rules/structures.yaml +++ b/mods/ra/rules/structures.yaml @@ -1174,7 +1174,6 @@ FACT: RequiresForceMove: true TransformsIntoTransforms: RequiresCondition: factundeploy && build-incomplete - RequiresForceMove: true Sellable: RequiresCondition: !build-incomplete && !chrono-vortex && !being-captured && !being-demolished GrantConditionOnPrerequisite@GLOBALFACTUNDEPLOY: diff --git a/mods/ts/rules/shared-structures.yaml b/mods/ts/rules/shared-structures.yaml index f1c53ac78e..1af8c11291 100644 --- a/mods/ts/rules/shared-structures.yaml +++ b/mods/ts/rules/shared-structures.yaml @@ -55,7 +55,6 @@ GACNST: RequiresForceMove: true TransformsIntoTransforms: RequiresCondition: factundeploy && build-incomplete - RequiresForceMove: true GrantConditionOnPrerequisite@GLOBALFACTUNDEPLOY: Condition: factundeploy Prerequisites: global-factundeploy