Conversation
|
This is my first PR ever please be nice 🙏 |
|
Two things
|
1 similar comment
|
Two things
|
|
That sent twice for some reason |
|
|
Then fyi it's best to take screenshots when you test it to post in the "media" part of the PR ^^ |
|
Alright cleaned up those parents, and updated PR with screenshots. |
NotActuallyMarty
left a comment
There was a problem hiding this comment.
I'm fine with giving the other things pockets, However the main vest should stay without them. The way the coats are balanced is that the coats have slightly weaker armor, in exchange for those pockets and some cold protection for the winter coats.
You should reparent the other outerwear to the blueshield armored coat instead to give them pockets, while the regular armor vest should in my opinion stay pocketless.
| # Blueshield Armour Vest | ||
| - type: entity | ||
| parent: [ BaseCentcommContraband, ClothingOuterArmorCaptainCarapace ] | ||
| parent: [ BaseCentcommContraband, ClothingOuterArmorCaptainCarapace, ClothingOuterStorageBase ] |
There was a problem hiding this comment.
When changing something that is from upstream (in this case an edit in a file under _Goobstation) Mark it with a comment so that we are aware that this change is made on our end. Otherwise it is exceedingly likely to get reverted by accident as a change if upstream ever touches this file.
You would do so like this, adding a # for a comment in yaml.
| parent: [ BaseCentcommContraband, ClothingOuterArmorCaptainCarapace, ClothingOuterStorageBase ] | |
| parent: [ BaseCentcommContraband, ClothingOuterArmorCaptainCarapace, ClothingOuterStorageBase ] # Omu |
There was a problem hiding this comment.
Though now that I've added this requested change i realise that it is obsolete due to the things mentioned above. Oh well, make note of this if you get to acting on requested changes.
About the PR
The following outer clothing now features a 2x3 storage:
Why / Balance
Prior to this PR, only the Blueshield's Armored Coat and the Blueshield's Armored Winter Coat have pockets. This PR aims to give parity to the rest of the BSO outer clothing to allow more freedom of expression in what BSO players choose to wear.
Technical details
Added 'ClothingOuterStorageBase' to ClothingBlueshieldArmourVest, adding storage to all BSO outer wear.
Media
Requirements
Breaking changes
Changelog
🆑