Buffs event kudzu mutation rate and spread rate. (#29320)

* buffs event kudzu

* Update code/modules/events/spacevine.dm

Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>

---------

Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
Migratingcocofruit
2025-05-22 02:05:37 +03:00
committed by GitHub
parent 066cbea38b
commit f790154678
+1 -1
View File
@@ -12,7 +12,7 @@
if(length(turfs)) //Pick a turf to spawn at if we can
var/turf/T = pick(turfs)
var/obj/structure/spacevine_controller/SC = new /obj/structure/spacevine_controller(T, null, rand(30,70),rand(5,2)) //spawn a controller at turf
var/obj/structure/spacevine_controller/SC = new /obj/structure/spacevine_controller(T, null, rand(30, 100), rand(3, 1)) //spawn a controller at turf
// Make the event start fun - give the vine a random hostile mutation
if(length(SC.vines))