Skip to content

Commit a32cb72

Browse files
Portable Rechargers Change (#5943)
## Short description Allowing portable rechargers to be equipped on the suit slot. ## Why we need to add this The portable recharger is nigh never used due to how clunky it is, how fat it is in your bag, and it only being equippable on your back slot. Changing it to work on the suit storage slot would allow it to be useful and more used. ## Media (Video/Screenshots) <img width="368" height="184" alt="image" src="https://github.com/user-attachments/assets/3828f1c5-49aa-4e70-b7e9-86957156a679" /> ## Checks <!-- check boxes for faster reviewing of your PR --> - [x] I do not require assistance to complete the PR. - [x] Before posting/requesting review of a PR, I have verified that the changes work. - [x] I have added screenshots/videos of the changes, or this PR does not change in-game mechanics. - [x] I affirm that my changes are licensed under the [MIT License](https://github.com/ss14Starlight/space-station-14/blob/Starlight/LICENSE.TXT) and grant permission for use in this repository under its conditions. **Changelog** :cl: Johnny - tweak: Changed the portable recharger, now you can put it in a suitslot.
1 parent 873b267 commit a32cb72

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- type: !PartialOnly entity
2+
id: PortableRecharger
3+
components:
4+
- type: Clothing
5+
equippedPrefix: charging
6+
quickEquip: false
7+
slots:
8+
- back
9+
- suitstorage

0 commit comments

Comments
 (0)