Stops cyborg hypo from reacting chemicals inside (#68446)

This commit is contained in:
Kubisopplay
2022-07-18 02:46:50 +02:00
committed by GitHub
parent f2449f0c59
commit e2982e8bc0
+1 -1
View File
@@ -118,7 +118,7 @@
/obj/item/reagent_containers/borghypo/Initialize(mapload)
. = ..()
stored_reagents = new()
stored_reagents = new(new_flags = NO_REACT)
stored_reagents.maximum_volume = length(default_reagent_types) * (max_volume_per_reagent + 1)
for(var/reagent in default_reagent_types)
add_new_reagent(reagent)