Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@

# Blueshield Armour Vest
- type: entity
parent: [ BaseCentcommContraband, ClothingOuterArmorCaptainCarapace ]
parent: [ BaseCentcommContraband, ClothingOuterArmorCaptainCarapace, ClothingOuterStorageBase ]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
parent: [ BaseCentcommContraband, ClothingOuterArmorCaptainCarapace, ClothingOuterStorageBase ]
parent: [ BaseCentcommContraband, ClothingOuterArmorCaptainCarapace, ClothingOuterStorageBase ] # Omu

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

id: ClothingBlueshieldArmourVest
name: blueshield's security armour
description: An armoured vest with the badge of the blueshield. Utilizes bluespace technology to be more compact.
Expand Down
Loading