Makes Medals Cooler (#22652)

* medal buff

* reviews

* Update code/game/objects/items/weapons/storage/lockbox.dm

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>

* a

* oops

* bam

* Update code/game/objects/items/weapons/storage/lockbox.dm

* Update code/modules/clothing/under/accessories/accessory.dm

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>

* Update code/modules/clothing/under/accessories/accessory.dm

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>

* Update code/modules/clothing/under/accessories/accessory.dm

---------

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
Contrabang
2023-10-16 13:28:04 -04:00
committed by GitHub
parent 9556c9de91
commit 73eb774125
4 changed files with 76 additions and 6 deletions

View File

@@ -111,6 +111,29 @@
new /obj/item/clothing/accessory/medal/silver/valor(src)
new /obj/item/clothing/accessory/medal/heart(src)
/obj/item/storage/lockbox/medal/cc
name = "central command medal box"
desc = "A locked box used to store ALL the medals you could ever need."
max_combined_w_class = 30
storage_slots = 15
req_access = list(ACCESS_CENT_COMMANDER)
/obj/item/storage/lockbox/medal/cc/populate_contents()
new /obj/item/clothing/accessory/medal/gold/heroism(src)
..()
new /obj/item/clothing/accessory/medal/gold(src)
new /obj/item/clothing/accessory/medal/silver(src)
new /obj/item/clothing/accessory/medal(src)
// Departmental medals
new /obj/item/clothing/accessory/medal/security(src)
new /obj/item/clothing/accessory/medal/science(src)
new /obj/item/clothing/accessory/medal/engineering(src)
new /obj/item/clothing/accessory/medal/service(src)
new /obj/item/clothing/accessory/medal/medical(src)
new /obj/item/clothing/accessory/medal/legal(src)
new /obj/item/clothing/accessory/medal/supply(src)
/obj/item/storage/lockbox/medal/hardmode_box
name = "\improper HRD-MDE program medal box"
desc = "A locked box used to store medals of pride. Use a fauna research disk on the box to transmit the data and print a medal."