Skip to content

Commit

Permalink
fix recent pr namespaces (#2650)
Browse files Browse the repository at this point in the history
Co-authored-by: deltanedas <@deltanedas:kde.org>
  • Loading branch information
deltanedas authored Jan 8, 2025
1 parent dd4caaa commit 1bf680f
Show file tree
Hide file tree
Showing 26 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
description: An advanced hardsuit helmet designed for work in special operations.
components:
- type: Sprite
sprite: DeltaV/Clothing/Head/ReverseEngineering/syndicate.rsi
sprite: _DV/Clothing/Head/ReverseEngineering/syndicate.rsi
- type: Clothing
sprite: DeltaV/Clothing/Head/ReverseEngineering/syndicate.rsi
- type: PointLight
sprite: _DV/Clothing/Head/ReverseEngineering/syndicate.rsi
- type: PointLight
color: aquamarine

- type: entity
Expand All @@ -37,9 +37,9 @@
description: An assault hardsuit helmet featuring a top-secret translucent polymer.
components:
- type: Sprite
sprite: DeltaV/Clothing/Head/ReverseEngineering/juggernaut.rsi
sprite: _DV/Clothing/Head/ReverseEngineering/juggernaut.rsi
- type: Clothing
sprite: DeltaV/Clothing/Head/ReverseEngineering/juggernaut.rsi
sprite: _DV/Clothing/Head/ReverseEngineering/juggernaut.rsi

- type: entity
parent: ClothingHeadHelmetHardsuitERTLeader
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
name: SA-122 combat hardsuit
components:
- type: Sprite
sprite: DeltaV/Clothing/OuterClothing/ReverseEngineering/syndicate.rsi
sprite: _DV/Clothing/OuterClothing/ReverseEngineering/syndicate.rsi
- type: Clothing
sprite: DeltaV/Clothing/OuterClothing/ReverseEngineering/syndicate.rsi
sprite: _DV/Clothing/OuterClothing/ReverseEngineering/syndicate.rsi
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitSyndieReverseEngineered
- type: ReverseEngineering
Expand All @@ -30,9 +30,9 @@
description: A suit made by the special acquisitions department of Nanotrasen to be hyper resilient.
components:
- type: Sprite
sprite: DeltaV/Clothing/OuterClothing/ReverseEngineering/juggernaut.rsi
sprite: _DV/Clothing/OuterClothing/ReverseEngineering/juggernaut.rsi
- type: Clothing
sprite: DeltaV/Clothing/OuterClothing/ReverseEngineering/juggernaut.rsi
sprite: _DV/Clothing/OuterClothing/ReverseEngineering/juggernaut.rsi
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitJuggernautReverseEngineered
- type: ReverseEngineering
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
description: A big container of salt. Good for cooking!
components:
- type: Sprite
sprite: DeltaV/Objects/Consumable/Food/ingredients.rsi
sprite: _DV/Objects/Consumable/Food/ingredients.rsi
state: salt-big
- type: SolutionContainerManager
solutions:
Expand All @@ -26,7 +26,7 @@
description: A big container of pepper. Good for cooking!
components:
- type: Sprite
sprite: DeltaV/Objects/Consumable/Food/ingredients.rsi
sprite: _DV/Objects/Consumable/Food/ingredients.rsi
state: pepper-big
- type: SolutionContainerManager
solutions:
Expand All @@ -43,7 +43,7 @@
description: A big bag of cocoa powder. Good for cooking!
components:
- type: Sprite
sprite: DeltaV/Objects/Consumable/Food/ingredients.rsi
sprite: _DV/Objects/Consumable/Food/ingredients.rsi
state: cocoa-chip-big
- type: SolutionContainerManager
solutions:
Expand Down

0 comments on commit 1bf680f

Please sign in to comment.