Adds the security chestrig to the warden, HoS and sec officer lockers, as an alternative to the security belt (#21058)

As the title says. The PR was done on the request of VeteranGary with
sprites provided by Noble Row.
The reasoning for it is to give some more visual variety, by allowing it
to appear over the standard security armor plate. It has been added as a
belt for that purpose, with the reasoning that there is the explorer's
belt that similarly is a chestrig.

### Asset Licenses
The following assets that **have not** been created by myself are
included in this PR:

| Path | Original Author | License |
| --- | --- | --- |
| icons/mob/belt.dmi | Noble Row (Aurora Station) | CC0 |
| icons/obj/clothing/belts.dmi | Noble Row (Aurora Station) | CC0 |
This commit is contained in:
Casper3667
2025-08-01 19:52:20 +00:00
committed by GitHub
parent 206f3ec318
commit 1ecea1cb3a
6 changed files with 25 additions and 0 deletions
@@ -32,3 +32,11 @@
path = /obj/item/storage/belt/utility/alt
allowed_roles = list("Engineer", "Atmospheric Technician", "Chief Engineer", "Engineering Apprentice", "Machinist", "Research Director", "Engineering Personnel", "Operations Personnel")
flags = null
/datum/gear/belt/securitybelt_alt
display_name = "security-belt, alt"
description = "An alternative look to a standard security belt, this one looks like it got a chestrig."
cost = 1
path = /obj/item/storage/belt/security/vestbelt
allowed_roles = list("Security Officer", "Head of Security", "Warden", "Security Cadet", "Investigator", "Security Personnel")
flags = null