mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
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:
@@ -143,6 +143,7 @@
|
||||
//Belts
|
||||
new /obj/item/clothing/accessory/holster/waist(src)
|
||||
new /obj/item/storage/belt/security/full(src)
|
||||
new /obj/item/storage/belt/security/vestbelt(src)
|
||||
new /obj/item/storage/box/fancy/keypouch/sec(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/hos2
|
||||
@@ -205,6 +206,7 @@
|
||||
new /obj/item/clothing/accessory/storage/black_vest(src)
|
||||
new /obj/item/clothing/accessory/holster/hip(src)
|
||||
new /obj/item/storage/belt/security/full(src)
|
||||
new /obj/item/storage/belt/security/vestbelt(src)
|
||||
// Utility
|
||||
new /obj/item/device/radio/sec(src)
|
||||
new /obj/item/crowbar(src)
|
||||
@@ -276,6 +278,7 @@
|
||||
new /obj/item/clothing/accessory/holster/hip(src)
|
||||
new /obj/item/clothing/accessory/holster/modular(src)
|
||||
new /obj/item/storage/belt/security/full(src)
|
||||
new /obj/item/storage/belt/security/vestbelt(src)
|
||||
new /obj/item/clothing/suit/storage/hazardvest/security/officer(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/investigator
|
||||
|
||||
Reference in New Issue
Block a user