From 75039196597467da90dbc0459e45630d25947b18 Mon Sep 17 00:00:00 2001 From: reaperrr Date: Tue, 20 Nov 2018 15:43:29 +0100 Subject: [PATCH] Enforce Neutral owner for TS decorations Fortunately, all official maps already adhered to that. --- mods/ts/rules/defaults.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mods/ts/rules/defaults.yaml b/mods/ts/rules/defaults.yaml index 36f755f124..715ccba088 100644 --- a/mods/ts/rules/defaults.yaml +++ b/mods/ts/rules/defaults.yaml @@ -984,6 +984,8 @@ Name: Tree MapEditorData: Categories: Tree + RequiresSpecificOwners: + ValidOwnerNames: Neutral ^Rock: Inherits@1: ^SpriteActor @@ -1002,6 +1004,8 @@ Name: Rock MapEditorData: Categories: Decoration + RequiresSpecificOwners: + ValidOwnerNames: Neutral ^Decoration: Inherits@1: ^SpriteActor @@ -1015,6 +1019,8 @@ Dimensions: 1, 1 MapEditorData: Categories: Decoration + RequiresSpecificOwners: + ValidOwnerNames: Neutral ^Box: Inherits: ^Decoration