From a4114e954c3266f2f60b292dee52cb50de84561d Mon Sep 17 00:00:00 2001 From: Weuyn <59979096+Weuyn@users.noreply.github.com> Date: Fri, 10 Jan 2025 09:11:22 +0000 Subject: [PATCH] Update prop_neutral.dm viscousbgone --- code/modules/reagents/chemistry_properties/prop_neutral.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/reagents/chemistry_properties/prop_neutral.dm b/code/modules/reagents/chemistry_properties/prop_neutral.dm index 9410f6f43ce7..11f034e4fa3f 100644 --- a/code/modules/reagents/chemistry_properties/prop_neutral.dm +++ b/code/modules/reagents/chemistry_properties/prop_neutral.dm @@ -555,12 +555,10 @@ category = PROPERTY_TYPE_REACTANT|PROPERTY_TYPE_COMBUSTIBLE /datum/chem_property/neutral/viscous/reset_reagent() - holder.chemfiresupp = initial(holder.chemfiresupp) holder.radiusmod = initial(holder.radiusmod) ..() /datum/chem_property/neutral/viscous/update_reagent() - holder.chemfiresupp = TRUE holder.radiusmod -= 0.025 * level ..()