Adds the Cargo-Tech-of-the-Shift award

This commit is contained in:
Jordan Brown
2017-10-01 10:42:31 -04:00
committed by CitadelStationBot
parent 58ff06a44b
commit 3a83b28bae
5 changed files with 38 additions and 0 deletions
@@ -177,6 +177,14 @@
for(var/i in 1 to 3)
new /obj/item/clothing/accessory/medal/silver/security(src)
/obj/item/storage/lockbox/medal/cargo
name = "cargo award box"
desc = "A locked box used to store awards to be given to members of the cargo department."
req_access = list(ACCESS_QM)
/obj/item/storage/lockbox/medal/cargo/PopulateContents()
new /obj/item/clothing/accessory/medal/ribbon/cargo(src)
/obj/item/storage/lockbox/medal/sci
name = "science medal box"
desc = "A locked box used to store medals to be given to members of the science department."