From 3a14b193c2b255b77fc8f524b0923f38b9a4b259 Mon Sep 17 00:00:00 2001 From: Weuyn <59979096+Weuyn@users.noreply.github.com> Date: Sat, 11 Jan 2025 12:52:01 +0000 Subject: [PATCH] Update prop_special.dm --- code/modules/reagents/chemistry_properties/prop_special.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/reagents/chemistry_properties/prop_special.dm b/code/modules/reagents/chemistry_properties/prop_special.dm index 3b1793e20e9b..41214c4127f3 100644 --- a/code/modules/reagents/chemistry_properties/prop_special.dm +++ b/code/modules/reagents/chemistry_properties/prop_special.dm @@ -274,7 +274,7 @@ code = "RAD" description = "Controls the radius of a fire, using unknown means" rarity = PROPERTY_ADMIN - category = PROPERTY_TYPE_REACTANT|PROPERTY_TYPE_ANOMALOUS|PROPERTY_TYPE_UNADJUSTABLE + category = PROPERTY_TYPE_REACTANT|PROPERTY_TYPE_UNADJUSTABLE value = 666 /datum/chem_property/special/radius/reset_reagent() @@ -298,7 +298,7 @@ code = "INT" description = "Controls the intensity of a fire, using unknown means" rarity = PROPERTY_ADMIN - category = PROPERTY_TYPE_REACTANT|PROPERTY_TYPE_ANOMALOUS|PROPERTY_TYPE_UNADJUSTABLE + category = PROPERTY_TYPE_REACTANT|PROPERTY_TYPE_UNADJUSTABLE value = 666 /datum/chem_property/special/intensity/reset_reagent() @@ -320,7 +320,7 @@ code = "DUR" description = "Controls the duration of a fire, using unknown means" rarity = PROPERTY_ADMIN - category = PROPERTY_TYPE_REACTANT|PROPERTY_TYPE_ANOMALOUS|PROPERTY_TYPE_UNADJUSTABLE + category = PROPERTY_TYPE_REACTANT|PROPERTY_TYPE_UNADJUSTABLE value = 666 /datum/chem_property/special/duration/reset_reagent()