mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
* this was embarrassingly easy to port literal copy and paste and it works fine with only one line needing to be removed * new lines keep the linter check happy * begone single letter vars * a * b * we lore friendly bois now (i think) * Presidents use country names which I'd rather be corporation names dab Co-authored-by: Prodirus <prodirus@gmail.com>
29 lines
1.3 KiB
Plaintext
29 lines
1.3 KiB
Plaintext
/obj/structure/closet/secure_closet/quartermaster
|
|
name = "\proper quartermaster's locker"
|
|
req_access = list(ACCESS_QM)
|
|
icon_state = "qm"
|
|
|
|
/obj/structure/closet/secure_closet/quartermaster/PopulateContents()
|
|
..()
|
|
new /obj/item/clothing/neck/cloak/qm(src)
|
|
new /obj/item/storage/lockbox/medal/cargo(src)
|
|
new /obj/item/clothing/under/rank/cargo/qm(src)
|
|
new /obj/item/clothing/under/rank/cargo/qm/skirt(src)
|
|
new /obj/item/clothing/shoes/sneakers/brown(src)
|
|
//new /obj/item/radio/headset/headset_cargo(src) //ORIGINAL
|
|
new /obj/item/clothing/under/rank/cargo/qm(src) //SKYRAT EDIT CHANGE
|
|
new /obj/item/clothing/suit/fire/firefighter(src)
|
|
new /obj/item/clothing/gloves/fingerless(src)
|
|
new /obj/item/megaphone/cargo(src)
|
|
new /obj/item/tank/internals/emergency_oxygen(src)
|
|
new /obj/item/clothing/mask/gas(src)
|
|
new /obj/item/clothing/head/soft(src)
|
|
new /obj/item/export_scanner(src)
|
|
new /obj/item/door_remote/quartermaster(src)
|
|
new /obj/item/circuitboard/machine/techfab/department/cargo(src)
|
|
new /obj/item/storage/photo_album/qm(src)
|
|
new /obj/item/circuitboard/machine/ore_silo(src)
|
|
new /obj/item/card/id/departmental_budget/car(src)
|
|
new /obj/item/clothing/suit/hooded/wintercoat/qm(src)
|
|
new /obj/item/circuitboard/computer/stockexchange(src) //SKYRAT EDIT - Adds stock exchange computer board to locker so QM has control over stonks
|