Skip to content

Commit

Permalink
DeltaV -> _DV
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Jan 1, 2025
1 parent f1ad3f4 commit 418c012
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 418c012

Please sign in to comment.