mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +01:00
Stops cyborg hypo from reacting chemicals inside (#68446)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user