Skip to content

Commit

Permalink
Equipment crushers!
Browse files Browse the repository at this point in the history
Now crushers can be equiped in back and suitstorage slots.
  • Loading branch information
MintRainSS committed Feb 1, 2025
1 parent 63442df commit 16addb7
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Resources/Prototypes/Entities/Objects/Weapons/Melee/mining.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@
sprite: Objects/Weapons/Melee/crusher-inhands.rsi
- type: DisarmMalus
- type: Prying
- type: Clothing
sprite: Objects/Weapons/Melee/crusher.rsi
quickEquip: false
slots:
- back
- suitstorage

- type: entity
parent: [ BaseWeaponCrusher, BaseSecurityCargoContraband]
Expand Down Expand Up @@ -224,3 +230,9 @@
- type: Item
size: Ginormous
sprite: Objects/Weapons/Melee/crusher_glaive-inhands.rsi
- type: Clothing
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.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
0.3
]
]
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
}
]
}
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
Expand Up @@ -21,6 +21,14 @@
0.3
]
]
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
}
]
}

0 comments on commit 16addb7

Please sign in to comment.