Fix plant reagent genes producing more chemicals than expected (#21126)

This commit is contained in:
Nathan Winters
2023-05-22 22:27:02 +02:00
committed by GitHub
parent c5c5ce7694
commit 6f57af4f95
+1 -1
View File
@@ -168,7 +168,7 @@
CRASH("[T] has no reagents.")
for(var/rid in reagents_add)
var/amount = 1 + round(potency * reagents_add[rid], 1)
var/amount = max(round(potency * reagents_add[rid], 1), 1)
var/list/data = null
if(rid == "blood") // Hack to make blood in plants always O-