From d6edc8db1fafc2126adcc4324af7c82dcc6a5af5 Mon Sep 17 00:00:00 2001 From: Fermi Date: Fri, 14 Jun 2019 11:43:01 +0100 Subject: [PATCH] Preweakeness --- code/modules/reagents/reagent_containers.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/reagents/reagent_containers.dm b/code/modules/reagents/reagent_containers.dm index 7b75d53779..f83977ba3f 100644 --- a/code/modules/reagents/reagent_containers.dm +++ b/code/modules/reagents/reagent_containers.dm @@ -15,10 +15,9 @@ var/spawned_disease = null var/disease_amount = 20 var/spillable = FALSE - var/beaker_resistances = NONE + var/beaker_resistances |= FLAG_STATUS_PH_IMMUNE | FLAG_STATUS_TEMP_IMMUNE /obj/item/reagent_containers/Initialize(mapload, vol) - beaker_resistances |= FLAG_STATUS_PH_IMMUNE | FLAG_STATUS_TEMP_IMMUNE . = ..() if(isnum(vol) && vol > 0) volume = vol