From cbf26553f5bf3b76597a3750592e8af46249afed Mon Sep 17 00:00:00 2001 From: Kara Date: Thu, 7 Jul 2022 12:37:47 -0700 Subject: [PATCH] Pizza box 1984 (#9521) * Pizza box 1984 * todo --- .../Consumable/Food/Containers/box.yml | 21 ++++++------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml index d2b79632f4..c4edd40606 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml @@ -151,29 +151,20 @@ - state: box-open map: ["enum.StorageVisualLayers.Door"] netsync: false - - type: EntityStorage - Capacity: 8 - - type: PlaceableSurface - placeCentered: true + # TODO make these entitystorage again + placeablesurface after entity storage ECS gets merged. + - type: Storage + capacity: 8 + whitelist: + tags: + - Pizza - type: Item sprite: Objects/Consumable/Food/Baked/pizza.rsi HeldPrefix: box - # - type: Stack - # count: 1 - # max: 5 - # stackType: PizzaBox - type: Appearance visuals: - type: StorageVisualizer state_open: box-open state_closed: box - # - type: StackVisualizer - # stackLayers: - # - box - # - box1 - # - box2 - # - box3 - # - box4 - type: entity name: pizza box