mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
## About The Pull Request Does as the title suggests. This was voted on and approved unanimously by maintainers. **BLUE DONATOR ITEMS HAVE BEEN LEFT INTACT.** ## Why It's Good For The Game A lot of players discussed discontent with 'virosec' and I feel this is a solution that works. ## Proof Of Testing I forgot to take screenshots, but it compiles, builds, and almost everything is red. <details> <summary>Screenshots/Videos</summary> </details> ## Changelog 🆑 add: Added back base /tg/ redsec along with red Skyrat clothing items. del: Removed 'virosec'. /🆑
55 lines
1.5 KiB
Plaintext
55 lines
1.5 KiB
Plaintext
|
|
/datum/outfit/job/security
|
|
suit_store = /obj/item/flashlight/seclite
|
|
backpack_contents = list(
|
|
/obj/item/evidencebag = 1,
|
|
/obj/item/security_voucher/primary = 1,
|
|
/obj/item/security_voucher/utility = 1
|
|
)
|
|
glasses = /obj/item/clothing/glasses/hud/security
|
|
|
|
/datum/outfit/job/corrections_officer
|
|
suit_store = /obj/item/flashlight/seclite
|
|
backpack_contents = list(/obj/item/melee/baton/security/loaded/departmental/prison,
|
|
/obj/item/restraints/handcuffs = 2,
|
|
/obj/item/clothing/mask/whistle,
|
|
/obj/item/security_voucher/primary = 1,
|
|
/obj/item/security_voucher/utility = 1
|
|
)
|
|
|
|
/datum/outfit/job/detective
|
|
backpack_contents = list(
|
|
/obj/item/detective_scanner = 1,
|
|
/obj/item/melee/baton = 1,
|
|
/obj/item/storage/box/evidence = 1,
|
|
/obj/item/flashlight/seclite = 1,
|
|
/obj/item/security_voucher/utility = 1
|
|
)
|
|
belt = /obj/item/storage/belt/holster/detective/full
|
|
l_pocket = /obj/item/modular_computer/pda/detective
|
|
pda_slot = ITEM_SLOT_LPOCKET
|
|
|
|
|
|
/datum/outfit/job/warden
|
|
suit = /obj/item/clothing/suit/armor/vest/warden
|
|
suit_store = /obj/item/flashlight/seclite
|
|
backpack_contents = list(
|
|
/obj/item/evidencebag = 1,
|
|
/obj/item/security_voucher/primary = 1,
|
|
/obj/item/security_voucher/utility = 1
|
|
)
|
|
|
|
//Brigmed is in it's own file
|
|
/datum/outfit/job/hos
|
|
backpack_contents = list(
|
|
/obj/item/evidencebag = 1,
|
|
/obj/item/melee/baton/security/loaded/hos = 1,
|
|
/obj/item/security_voucher/utility = 1,
|
|
/obj/item/flashlight/seclite
|
|
)
|
|
|
|
////////// JOBS BELOW ///////////
|
|
|
|
/datum/job/head_of_security
|
|
head_announce = list(RADIO_CHANNEL_SECURITY)
|