Kudzu growth now scales the correct way for quicker growth speed

This commit is contained in:
Crazylemon64
2017-02-12 20:54:30 -08:00
parent a35b800585
commit 24e255a496
+3 -3
View File
@@ -428,8 +428,8 @@
if(potency != null)
mutativeness = potency / 10
if(production != null)
spread_cap *= production / 5
spread_multiplier /= production / 5
spread_cap /= production / 5
spread_multiplier *= production / 5
..()
@@ -567,4 +567,4 @@
if(isliving(A))
var/mob/living/M = A
if(("vines" in M.faction) || ("plants" in M.faction))
. = TRUE
. = TRUE