Skip to content

Commit

Permalink
Pizza box 1984 (#9521)
Browse files Browse the repository at this point in the history
* Pizza box 1984

* todo
  • Loading branch information
mirrorcult authored Jul 7, 2022
1 parent ad46c46 commit cbf2655
Showing 1 changed file with 6 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbf2655

Please sign in to comment.