Merge pull request #12561 from shellspeed1/Ports-kyro-chems

Ports IV bags from TG
This commit is contained in:
silicons
2020-06-21 14:11:10 -07:00
committed by GitHub
11 changed files with 71 additions and 6 deletions
+2 -1
View File
@@ -13,7 +13,8 @@
var/obj/item/reagent_containers/beaker
var/static/list/drip_containers = typecacheof(list(/obj/item/reagent_containers/blood,
/obj/item/reagent_containers/food,
/obj/item/reagent_containers/glass))
/obj/item/reagent_containers/glass,
/obj/item/reagent_containers/chem_pack))
/obj/machinery/iv_drip/Initialize(mapload)
. = ..()