Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 4391ba4

Browse files
Update spacevine.dm (#22233)
1 parent c6e152f commit 4391ba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/modules/events/spacevine.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
/datum/spacevine_controller
380380
var/list/obj/structure/spacevine/vines
381381
var/list/growth_queue
382-
var/spread_multiplier = 5
382+
var/spread_multiplier = 2
383383
var/spread_cap = 30
384384
var/list/vine_mutations_list
385385
var/mutativeness = 1
@@ -397,7 +397,7 @@
397397
mutativeness = potency / 10
398398
if(production != null)
399399
spread_cap *= production / 5
400-
spread_multiplier /= production / 5
400+
spread_multiplier *= 2 / production
401401

402402
/datum/spacevine_controller/vv_get_dropdown()
403403
. = ..()

0 commit comments

Comments
 (0)