Skip to content

Commit

Permalink
Update prop_special.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers authored Apr 29, 2024
1 parent 846cb01 commit f5da4cc
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions code/modules/reagents/chemistry_properties/prop_special.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,6 @@
/datum/chem_property/special/boosting/pre_process(mob/living/M)
return list(REAGENT_BOOST = level)

/datum/chem_property/special/regulating
name = PROPERTY_REGULATING
code = "REG"
description = "The chemical regulates its own metabolization and can thus never cause overdosis."
rarity = PROPERTY_LEGENDARY
category = PROPERTY_TYPE_METABOLITE
max_level = 1

/datum/chem_property/special/regulating/reset_reagent()
holder.flags = initial(holder.flags)
..()

/datum/chem_property/special/regulating/update_reagent()
holder.flags |= REAGENT_CANNOT_OVERDOSE
..()

/datum/chem_property/special/hypergenetic
name = PROPERTY_HYPERGENETIC
code = "HGN"
Expand Down

0 comments on commit f5da4cc

Please sign in to comment.