Skip to content

Commit

Permalink
Update Chemistry-Reagents.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers authored May 6, 2024
1 parent 2b20af8 commit 7c92e10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/modules/reagents/Chemistry-Reagents.dm
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ GLOBAL_LIST_INIT(name2reagent, build_name2reagent())
P.reset_reagent()

for(var/datum/chem_property/P in properties)
P.update_reagent()
var/mods = handle_pre_processing()
var/potency = mods[REAGENT_EFFECT] * ((P.level+mods[REAGENT_BOOST]) * 0.5)
P.update_reagent(potency)

for(var/datum/chem_property/P in properties)
P.post_update_reagent()
Expand Down

0 comments on commit 7c92e10

Please sign in to comment.