Skip to content

Commit

Permalink
I hope these are the last
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Dec 11, 2024
1 parent efd4e8a commit 1a48cb4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,3 @@
- type: FireVisuals
sprite: Structures/Decoration/torches.rsi
normalState: wall_torch_lit
- type: Construction
graph: WallTorch
node: WallTorch
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Structures/Storage/barrels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
id: BaseBarrel
name: barrel
description: This barrel looks like it could contain something.
noSpawn: true
categories: [ HideSpawnMenu ]
components:
- type: Sprite
sprite: Structures/Storage/barrels.rsi
Expand Down Expand Up @@ -60,7 +60,7 @@
parent: BaseBarrel
id: BaseBarrelOpen
suffix: open
noSpawn: true
categories: [ HideSpawnMenu ]
components:
- type: SolutionContainerManager
solutions:
Expand Down
7 changes: 2 additions & 5 deletions Resources/Prototypes/Entities/Structures/Storage/closets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
- type: Sprite
sprite: Structures/Storage/Closets/fridgedirty.rsi
- type: ExplosionResistance
resistance: 0.90
damageCoefficient: 0.90
- type: AntiRottingContainer

- type: entity
Expand All @@ -101,7 +101,7 @@
- type: Sprite
sprite: Structures/Storage/Closets/fridgewidedirty.rsi
- type: ExplosionResistance
resistance: 0.90
damageCoefficient: 0.90
- type: AntiRottingContainer

- type: entity
Expand Down Expand Up @@ -151,9 +151,6 @@
MaterialWoodPlank:
min: 0
max: 1
ScrapBrass1:
min: 0
max: 1
- !type:DoActsBehavior
acts: ["Destruction"]
- type: Tag
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
sprite: Structures/Wallmounts/lightbulbcaged.rsi
state: empty
offset: 0, 1
- type: Construction
graph: Lightbulb
node: bulbLight
- type: WallMount

- type: entity
Expand Down

0 comments on commit 1a48cb4

Please sign in to comment.