]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix random maints room deleting whatever was already there (#36605)
authorSpessmann <156740760+Spessmann@users.noreply.github.com>
Fri, 25 Apr 2025 15:04:18 +0000 (08:04 -0700)
committerGitHub <noreply@github.com>
Fri, 25 Apr 2025 15:04:18 +0000 (08:04 -0700)
Resources/Prototypes/Procedural/Themes/maints.yml

index 39ab39b0ea6fecfd8efd79c42b551ebd00e572bb..17b1c814c053912295592f2456f2b45d5b2e428a 100644 (file)
   - 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
+
+