Skip to content

Commit

Permalink
Возвращает фосфорную кислоту в крапиву (#12888)
Browse files Browse the repository at this point in the history
* Update hydro.dm

* Update hydro.dm
  • Loading branch information
simb11 authored Feb 26, 2024
1 parent 13e5706 commit 65f251f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/defines/obj/hydro.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1328,6 +1328,7 @@
. = ..()
spawn(5)
reagents.add_reagent("nutriment", 1 + round((potency / 50), 1))
reagents.add_reagent("pacid", round(potency, 1))
reagents.add_reagent("sanguisacid", round(potency, 1))
force = round((5 + potency / 2.5), 1)

Expand Down

0 comments on commit 65f251f

Please sign in to comment.