Fix random maints room deleting whatever was already there (#36605)

This commit is contained in:
Spessmann
2025-04-25 08:04:18 -07:00
committed by GitHub
parent f2036aae3a
commit 22bd884c19

View File

@@ -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