Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/Arena_25' into Arena_25
Browse files Browse the repository at this point in the history
  • Loading branch information
BurningRash committed Jan 3, 2025
2 parents 3e09d8b + 418c012 commit fbb4218
Show file tree
Hide file tree
Showing 27 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
- type: Weldable
- type: ResistLocker
- type: Icon
sprite: DeltaV/Structures/Storage/Crates/livestock_steel.rsi
sprite: _DV/Structures/Storage/Crates/livestock_steel.rsi
state: icon
- type: Sprite
sprite: DeltaV/Structures/Storage/Crates/livestock_steel.rsi
sprite: _DV/Structures/Storage/Crates/livestock_steel.rsi
layers:
- state: base
- state: closed
Expand Down Expand Up @@ -62,10 +62,10 @@
- type: LockVisuals
- type: AccessReader
- type: Icon
sprite: DeltaV/Structures/Storage/Crates/livestock_secure.rsi
sprite: _DV/Structures/Storage/Crates/livestock_secure.rsi
state: icon
- type: Sprite
sprite: DeltaV/Structures/Storage/Crates/livestock_secure.rsi
sprite: _DV/Structures/Storage/Crates/livestock_secure.rsi
layers:
- state: base
- state: closed
Expand Down Expand Up @@ -94,10 +94,10 @@
name: reinforced secure plasteel livestock crate
components:
- type: Icon
sprite: DeltaV/Structures/Storage/Crates/livestock_reinforced.rsi
sprite: _DV/Structures/Storage/Crates/livestock_reinforced.rsi
state: icon
- type: Sprite
sprite: DeltaV/Structures/Storage/Crates/livestock_reinforced.rsi
sprite: _DV/Structures/Storage/Crates/livestock_reinforced.rsi
layers:
- state: base
- state: closed
Expand Down Expand Up @@ -138,7 +138,7 @@
thresholds: [75]
trackAllDamage: true
damageOverlay:
sprite: DeltaV/Structures/Storage/Crates/livestock_reinforced.rsi
sprite: _DV/Structures/Storage/Crates/livestock_reinforced.rsi
- type: Construction
graph: CrateLivestockSecure
node: cratelivestocksecurereinforced
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/_DV/Recipes/Crafting/crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
targetNode: cratelivestocksteel
category: construction-category-storage
description: A plasteel crate for holding livestock.
icon: { sprite: DeltaV/Structures/Storage/Crates/livestock_steel.rsi, state: icon }
icon: { sprite: _DV/Structures/Storage/Crates/livestock_steel.rsi, state: icon }
objectType: Structure

- type: construction
Expand All @@ -17,7 +17,7 @@
targetNode: cratelivestocksteelsecure
category: construction-category-storage
description: A lockable plasteel crate for holding livestock.
icon: { sprite: DeltaV/Structures/Storage/Crates/livestock_secure.rsi, state: icon }
icon: { sprite: _DV/Structures/Storage/Crates/livestock_secure.rsi, state: icon }
objectType: Structure

- type: construction
Expand All @@ -28,5 +28,5 @@
targetNode: cratelivestocksecurereinforced
category: construction-category-storage
description: A reinforced and lockable plasteel crate for holding livestock.
icon: { sprite: DeltaV/Structures/Storage/Crates/livestock_reinforced.rsi, state: icon }
icon: { sprite: _DV/Structures/Storage/Crates/livestock_reinforced.rsi, state: icon }
objectType: Structure

0 comments on commit fbb4218

Please sign in to comment.