diff --git a/Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml b/Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml index 59d8ed1922..02d9a2a05a 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml @@ -85,6 +85,15 @@ reagents: - ReagentId: Silicon Quantity: 10 + - type: UserInterface # White Dream Start + interfaces: + - key: enum.ShortConstructionUiKey.Key + type: ShortConstructionMenuBUI + - type: ActivatableUI + key: enum.ShortConstructionUiKey.Key + - type: ShortConstruction + prototypes: + - Window # White Dream end - type: entity parent: SheetGlass @@ -171,6 +180,15 @@ max: 1 - !type:DoActsBehavior acts: [ "Destruction" ] + - type: UserInterface # White Dream Start + interfaces: + - key: enum.ShortConstructionUiKey.Key + type: ShortConstructionMenuBUI + - type: ActivatableUI + key: enum.ShortConstructionUiKey.Key + - type: ShortConstruction + prototypes: + - ReinforcedWindow # White Dream end - type: entity parent: SheetRGlass diff --git a/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml b/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml index 5a7c49d077..92d379bd72 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml @@ -71,13 +71,16 @@ Quantity: 1 - type: UserInterface # White Dream Start interfaces: - - key: enum.InhandCraftingUiKey.Key - type: InhandCraftMenuBUI + - key: enum.ShortConstructionUiKey.Key + type: ShortConstructionMenuBUI - type: ActivatableUI - key: enum.InhandCraftingUiKey.Key - - type: InhandCrafting + key: enum.ShortConstructionUiKey.Key + - type: ShortConstruction prototypes: - Girder + - MetalRod + - TileSteel + - TileWhite - TileDark # White Dream end - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Materials/parts.yml b/Resources/Prototypes/Entities/Objects/Materials/parts.yml index 71adedab0e..ee506c7572 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/parts.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/parts.yml @@ -68,6 +68,15 @@ Quantity: 4.5 - ReagentId: Carbon Quantity: 0.5 + - type: UserInterface # White Dream Start + interfaces: + - key: enum.ShortConstructionUiKey.Key + type: ShortConstructionMenuBUI + - type: ActivatableUI + key: enum.ShortConstructionUiKey.Key + - type: ShortConstruction + prototypes: + - Grille # White Dream end - type: entity parent: PartRodMetal