Skip to content

Commit

Permalink
Revert "фиксим"
Browse files Browse the repository at this point in the history
This reverts commit 392b778.
  • Loading branch information
Darkiich committed Jul 24, 2024
1 parent 392b778 commit 077fc44
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- type: entity
id: BodyBag_Container
id: BodyBag
parent: BaseFoldable
name: body bag
description: A plastic bag designed for the storage and transportation of cadavers to stop body decomposition.
Expand All @@ -17,8 +17,8 @@
visible: false
- state: open_overlay
map: ["enum.StorageVisualLayers.Door"]
- state: label_overlay
map: ["enum.BodyBagVisualLayers.Label"]
- state: paper
map: ["enum.PaperLabelVisuals.Layer"]
- type: Icon
sprite: Objects/Specific/Medical/Morgue/bodybags.rsi
state: bag
Expand Down Expand Up @@ -62,9 +62,15 @@
- type: GenericVisualizer
visuals:
enum.PaperLabelVisuals.HasLabel:
enum.BodyBagVisualLayers.Label:
enum.PaperLabelVisuals.Layer:
True: {visible: true}
False: {visible: false}
enum.PaperLabelVisuals.LabelType:
enum.PaperLabelVisuals.Layer:
Paper: { state: paper }
Bounty: { state: bounty }
CaptainsPaper: { state: captains_paper }
Invoice: { state: invoice }
enum.FoldedVisuals.State:
foldedLayer:
True: {visible: true}
Expand All @@ -86,10 +92,10 @@
- ADTPathologist

- type: entity
id: BodyBag_Folded
id: BodyBagFolded
name: body bag
description: A plastic bag designed for the storage and transportation of cadavers to stop body decomposition.
parent: BodyBag_Container
parent: BodyBag
suffix: folded
components:
- type: Foldable
Expand Down Expand Up @@ -126,6 +132,8 @@
- type: SolutionSpiker
sourceSolution: food
ignoreEmpty: true
- type: ScoopableSolution
solution: food
- type: Extractable
grindableSolutionName: food

Expand Down
Binary file not shown.

0 comments on commit 077fc44

Please sign in to comment.