Skip to content

Commit

Permalink
Update prop_neutral.dm
Browse files Browse the repository at this point in the history
viscousbgone
  • Loading branch information
Weuyn authored Jan 10, 2025
1 parent e7610ef commit a4114e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/modules/reagents/chemistry_properties/prop_neutral.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
..()

Expand Down

0 comments on commit a4114e9

Please sign in to comment.