Skip to content

Commit

Permalink
фиксим
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkiich committed Jul 24, 2024
1 parent 5713c71 commit 392b778
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
20 changes: 6 additions & 14 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
id: BodyBag_Container
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: paper
map: ["enum.PaperLabelVisuals.Layer"]
- state: label_overlay
map: ["enum.BodyBagVisualLayers.Label"]
- type: Icon
sprite: Objects/Specific/Medical/Morgue/bodybags.rsi
state: bag
Expand Down Expand Up @@ -62,15 +62,9 @@
- type: GenericVisualizer
visuals:
enum.PaperLabelVisuals.HasLabel:
enum.PaperLabelVisuals.Layer:
enum.BodyBagVisualLayers.Label:
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 @@ -92,10 +86,10 @@
- ADTPathologist

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

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 392b778

Please sign in to comment.