mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 08:39:12 +01:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
14 lines
460 B
Plaintext
14 lines
460 B
Plaintext
/datum/supply_pack/med/backup_implants
|
|
name = "Spare backup implanters"
|
|
contains = list(/obj/item/backup_implanter = 4)
|
|
cost = 50
|
|
containertype = /obj/structure/closet/crate/medical
|
|
containername = "Spare backup implanters"
|
|
|
|
/datum/supply_pack/med/decrotizer
|
|
name = "Commercial Denecrotizer "
|
|
contains = list(/obj/item/denecrotizer/medical)
|
|
cost = 40
|
|
containertype = /obj/structure/closet/crate/secure
|
|
containername = "commercial denecrotizer crate"
|