Skip to content

Commit

Permalink
add: organ smartfridge can store IV bags
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemDerp committed Dec 6, 2023
1 parent 212dc47 commit 5a6356c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/modules/food_and_drinks/kitchen_machinery/smartfridge.dm
Original file line number Diff line number Diff line change
Expand Up @@ -537,13 +537,14 @@
/obj/machinery/smartfridge/secure/medbay/organ
req_access = list(ACCESS_SURGERY)
name = "\improper Secure Refrigerated Organ Storage"
desc = "A refrigerated storage unit for storing organs, limbs and implants."
desc = "A refrigerated storage unit for storing organs, limbs, implants and IV bags."
opacity = 1

/obj/machinery/smartfridge/secure/medbay/organ/Initialize(mapload)
. = ..()
accepted_items_typecache = typecacheof(list(
/obj/item/organ
/obj/item/organ,
/obj/item/reagent_containers/iv_bag,
))

/// Copy pasting to reuse existing sprites
Expand Down

0 comments on commit 5a6356c

Please sign in to comment.