diff --git a/mods/ra/bits/rushouse.shp b/mods/ra/bits/rushouse.shp new file mode 100644 index 0000000000..6bfd971a25 Binary files /dev/null and b/mods/ra/bits/rushouse.shp differ diff --git a/mods/ra/rules/civilian.yaml b/mods/ra/rules/civilian.yaml index 2e9c268020..d7ffe48820 100644 --- a/mods/ra/rules/civilian.yaml +++ b/mods/ra/rules/civilian.yaml @@ -585,3 +585,11 @@ RICE: Inherits: ^CivField EditorTilesetFilter: RequireTilesets: TEMPERAT + +RUSHOUSE: + Inherits: ^CivBuilding + EditorTilesetFilter: + ExcludeTilesets: DESERT + Building: + Footprint: _ x + Dimensions: 1,2 diff --git a/mods/ra/sequences/map.yaml b/mods/ra/sequences/map.yaml index 146f2a622d..1e00354c89 100644 --- a/mods/ra/sequences/map.yaml +++ b/mods/ra/sequences/map.yaml @@ -646,4 +646,10 @@ ammobox: # TODO: there are 2 more variants, but the editor does not like the spl tanktrap: idle: - Start: 0 \ No newline at end of file + Start: 0 + +rushouse: + idle: + Start: 0 + damaged-idle: + Start: 1 \ No newline at end of file