Skip to content

Commit

Permalink
Sprites replaced, Harmony variant introduced.
Browse files Browse the repository at this point in the history
  • Loading branch information
DieselMohawk committed Dec 30, 2024
1 parent 384d602 commit e8f4e1f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- type: Item
size: Normal
- type: Sprite
sprite: Objects/Weapons/Throwable/bola.rsi
sprite: _Harmony/Objects/Weapons/Throwable/bola.rsi #Harmony Change: Sprite pathway changed.
state: icon
- type: EmitSoundOnThrow
sound: /Audio/Weapons/bolathrow.ogg
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Recipes/Construction/weapons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
targetNode: bola
category: construction-category-weapons
description: A simple weapon for tripping someone at a distance.
icon: { sprite: Objects/Weapons/Throwable/bola.rsi, state: icon }
icon: { sprite: _Harmony/Objects/Weapons/Throwable/bola.rsi, state: icon } #Harmony Change: Sprite pathway changed.
objectType: Item

- type: construction
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from Citadel Station at https://github.com/Citadel-Station-13/Citadel-Station-13/commit/3cfea7eb92246d311de8b531347795bc76d6dab6, recolored by DieselMohawk for Harmony",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
}
]
}

0 comments on commit e8f4e1f

Please sign in to comment.