From: Spessmann <156740760+Spessmann@users.noreply.github.com> Date: Fri, 25 Apr 2025 15:04:18 +0000 (-0700) Subject: Fix random maints room deleting whatever was already there (#36605) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=22bd884c1928536a167de0169cc441a5a313f959;p=space-station-14.git Fix random maints room deleting whatever was already there (#36605) --- diff --git a/Resources/Prototypes/Procedural/Themes/maints.yml b/Resources/Prototypes/Procedural/Themes/maints.yml index 39ab39b0ea..17b1c814c0 100644 --- a/Resources/Prototypes/Procedural/Themes/maints.yml +++ b/Resources/Prototypes/Procedural/Themes/maints.yml @@ -159,11 +159,22 @@ - Maints - type: entity - id: MaintsRoomMarker parent: BaseRoomMarker + id: MaintsRoomMarker name: Maints interior marker components: - type: RoomFill + clearExisting: false roomWhitelist: tags: - Maints + +- type: entity + parent: MaintsRoomMarker + id: MaintsRoomMarkerClearing + suffix: Clearing + components: + - type: RoomFill + clearExisting: true + +