Skip to content

Commit

Permalink
Merge pull request #849 from Sha-Seng/crushers-and-axes-in-tank-slots
Browse files Browse the repository at this point in the history
crushers fit in tank slots
  • Loading branch information
Darkmajia authored Dec 3, 2024
2 parents a0e20fa + ed7932f commit 95badf0
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 3 deletions.
20 changes: 19 additions & 1 deletion Resources/Prototypes/Entities/Objects/Weapons/Melee/mining.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,13 @@
color: "#ffeead"
enabled: false
radius: 4
- type: Sprite # Imp note: The lit sprites of crushers don't work at all, and it'll take modifying all equipped, held, and wielded sprites of them to make them work
layers:
- state: icon
- state: icon-lit
shader: unshaded
visible: false
map: [ "light" ]

- type: entity
parent: [BaseWeaponCrusher, BaseSecurityCargoContraband]
Expand All @@ -109,7 +116,6 @@
- Pickaxe
- type: Sprite
sprite: Objects/Weapons/Melee/crusher.rsi
state: icon
- type: AmmoCounter
- type: UseDelayOnShoot
- type: UseDelay
Expand Down Expand Up @@ -152,6 +158,12 @@
sprite: Objects/Weapons/Melee/crusher-inhands.rsi
- type: DisarmMalus
- type: Prying
- type: Clothing # Imp
sprite: Objects/Weapons/Melee/crusher.rsi
quickEquip: false
slots:
- Back
- suitStorage

- type: entity
parent: [ BaseWeaponCrusher, BaseSecurityCargoContraband]
Expand Down Expand Up @@ -197,3 +209,9 @@
- type: Item
size: Ginormous
sprite: Objects/Weapons/Melee/crusher_glaive-inhands.rsi
- type: Clothing # Imp
sprite: Objects/Weapons/Melee/crusher_glaive.rsi
quickEquip: false
slots:
- Back
- suitStorage
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion Resources/Textures/Objects/Weapons/Melee/crusher.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/Citadel-Station-13/Citadel-Station-13-RP/blob/817e7c1f225876b45891e3f06908e6d032f0a8bc/icons/obj/mining.dmi and modified by alzore_ (discord)",
"copyright": "https://github.com/Citadel-Station-13/Citadel-Station-13-RP/blob/817e7c1f225876b45891e3f06908e6d032f0a8bc/icons/obj/mining.dmi and modified by alzore_ (discord), equipped sprites modified by Sha-Seng (Github)",
"size": {
"x": 32,
"y": 32
Expand All @@ -13,6 +13,14 @@
{
"name": "icon-lit"
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "icon-uncharged",
"delays": [
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/Citadel-Station-13/Citadel-Station-13-RP/blob/817e7c1f225876b45891e3f06908e6d032f0a8bc/icons/obj/mining.dmi and modified by alzore_ (discord)",
"copyright": "https://github.com/Citadel-Station-13/Citadel-Station-13-RP/blob/817e7c1f225876b45891e3f06908e6d032f0a8bc/icons/obj/mining.dmi and modified by alzore_ (discord), equipped sprites modified by Sha-Seng (Github)",
"size": {
"x": 32,
"y": 32
Expand All @@ -13,6 +13,14 @@
{
"name": "icon-lit"
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "icon-uncharged",
"delays": [
Expand Down

0 comments on commit 95badf0

Please sign in to comment.