From 615c76402f0acb0a2197de7e7e280b8f8a4015a8 Mon Sep 17 00:00:00 2001 From: FrameLimiter Date: Thu, 2 Feb 2017 13:13:45 -0500 Subject: [PATCH] Restores tank traps to the map editor. Tank Traps are missing from the editor because they inherit "^Rock:" from the default.yaml which requires the tileset DESERT. Tank Traps are a TEMPERAT tileset item. --- mods/ra/rules/decoration.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mods/ra/rules/decoration.yaml b/mods/ra/rules/decoration.yaml index b7ebd2133b..227db319da 100644 --- a/mods/ra/rules/decoration.yaml +++ b/mods/ra/rules/decoration.yaml @@ -385,6 +385,7 @@ TANKTRAP1: Name: Tank Trap EditorTilesetFilter: ExcludeTilesets: DESERT + RequireTilesets: TEMPERAT, SNOW, INTERIOR TANKTRAP2: Inherits: ^Rock @@ -395,3 +396,4 @@ TANKTRAP2: Name: Tank Trap EditorTilesetFilter: ExcludeTilesets: DESERT + RequireTilesets: TEMPERAT, SNOW, INTERIOR