Adds the organ cooler to the list of orderable items from operations (#21298)

Usually medical hand over their organ cooler to operations when there is
an organ bounty. The price might need some adjustment, but for now it
was mainly just set to be lower than the bounty, crate and handling fee
aside.
This commit is contained in:
Casper3667
2025-09-15 12:08:41 +00:00
committed by GitHub
parent 2f6dcd4a68
commit 9df22b6147
2 changed files with 20 additions and 0 deletions
+14
View File
@@ -745,3 +745,17 @@
container_type = "crate"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/organcooler
category = "medical"
name = "organ cooler"
supplier = "zeng_hu"
description = "A sealed, cooled container to keep organs from decaying."
price = 300
items = list(
/obj/item/storage/box/freezer/organcooler
)
access = ACCESS_MEDICAL
container_type = "crate"
groupable = TRUE
spawn_amount = 1