diff --git a/code/game/objects/structures/crates_lockers/closets/secure/cargo_lockers.dm b/code/game/objects/structures/crates_lockers/closets/secure/cargo_lockers.dm index a357cef4cef..478b8c01c32 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/cargo_lockers.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/cargo_lockers.dm @@ -25,3 +25,4 @@ new /obj/item/door_remote/quartermaster(src) new /obj/item/organ/internal/eyes/cybernetic/meson(src) new /obj/item/storage/bag/garment/quartermaster(src) + new /obj/item/clothing/accessory/medal/supply(src) diff --git a/code/modules/clothing/under/accessories/accessory.dm b/code/modules/clothing/under/accessories/accessory.dm index 8abcf85f7bc..853e06440ed 100644 --- a/code/modules/clothing/under/accessories/accessory.dm +++ b/code/modules/clothing/under/accessories/accessory.dm @@ -263,6 +263,10 @@ name = "meritous legal medal" desc = "An award issued by the Magistrate to legal staff who uphold the rule of law." +/obj/item/clothing/accessory/medal/supply + name = "stable supply medal" + desc = "An award issued by the Quartermaster to supply staff dedicated to being effective." + /obj/item/clothing/accessory/medal/heart name = "bronze heart medal" desc = "A rarely-awarded medal for those who sacrifice themselves in the line of duty to save their fellow crew."