From c711bd83221cf092b179972b16bd5453653d3e22 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Fri, 22 May 2020 17:20:19 +0200 Subject: [PATCH] Adds missing dummy lockers. --- .../Storage/Closets/utility_closets.yml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Resources/Prototypes/Entities/Buildings/Storage/Closets/utility_closets.yml b/Resources/Prototypes/Entities/Buildings/Storage/Closets/utility_closets.yml index fb4ffe7a8c..33cd576fa4 100644 --- a/Resources/Prototypes/Entities/Buildings/Storage/Closets/utility_closets.yml +++ b/Resources/Prototypes/Entities/Buildings/Storage/Closets/utility_closets.yml @@ -37,6 +37,12 @@ - type: Icon state: eng_rad_door +# Filled +- type: entity + id: LockerRadiationSuitFilled + parent: LockerRadiationSuit + suffix: Filled + # Emergency closet - type: entity id: LockerEmergency @@ -52,6 +58,12 @@ - type: Icon state: emergency_door +# Filled random +- type: entity + id: LockerEmergencyFilledRandom + parent: LockerEmergency + suffix: Filled, Random + # Fire safety closet - type: entity @@ -68,6 +80,11 @@ - type: Icon state: fire_door +# Filled +- type: entity + id: LockerFireFilled + parent: LockerFire + suffix: Filled # EOD closet - type: entity @@ -83,3 +100,9 @@ - type: Icon state: bomb_door + +# Filled +- type: entity + id: LockerBombFilled + parent: LockerBomb + suffix: Filled