Skip to content

Commit

Permalink
Update prop_special.dm
Browse files Browse the repository at this point in the history
fix stealing properties off of sticky napalm
  • Loading branch information
Weuyn authored Jan 10, 2025
1 parent 43dd70f commit 27aec47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/reagents/chemistry_properties/prop_special.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
category = PROPERTY_TYPE_REACTANT|PROPERTY_TYPE_ANOMALOUS|PROPERTY_TYPE_UNADJUSTABLE
value = 666

/datum/chem_property/special/radius/reset_reagent()
Expand All @@ -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
category = PROPERTY_TYPE_REACTANT|PROPERTY_TYPE_ANOMALOUS|PROPERTY_TYPE_UNADJUSTABLE
value = 666

/datum/chem_property/special/intensity/reset_reagent()
Expand All @@ -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
category = PROPERTY_TYPE_REACTANT|PROPERTY_TYPE_ANOMALOUS|PROPERTY_TYPE_UNADJUSTABLE
value = 666

/datum/chem_property/special/duration/reset_reagent()
Expand Down

0 comments on commit 27aec47

Please sign in to comment.