From 7d189b871093fec0423f77a7a28f675cfc91aaf5 Mon Sep 17 00:00:00 2001 From: Casey Date: Thu, 30 Jun 2022 17:01:57 -0400 Subject: [PATCH] Merge pull request #13219 from Very-Soft/lightningtweak Lighting adjust --- code/modules/planet/virgo3c_vr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/planet/virgo3c_vr.dm b/code/modules/planet/virgo3c_vr.dm index 61c212bc0d..4c2e5bfeb8 100644 --- a/code/modules/planet/virgo3c_vr.dm +++ b/code/modules/planet/virgo3c_vr.dm @@ -294,7 +294,7 @@ var/datum/planet/virgo3c/planet_virgo3c = null effect_message = "Rain falls on you, drenching you in water." var/next_lightning_strike = 0 // world.time when lightning will strike. - var/min_lightning_cooldown = 1 SECONDS + var/min_lightning_cooldown = 1 MINUTE var/max_lightning_cooldown = 5 MINUTE observed_message = "An intense storm pours down over the region." transition_messages = list( @@ -582,7 +582,7 @@ VIRGO3C_TURF_CREATE(/turf/simulated/floor/tiled/asteroid_steel/outdoors) /mob/living/simple_mob/vore/bigdragon/friendly = 0.5, /mob/living/simple_mob/vore/alienanimals/dustjumper = 10 ) - + /turf/simulated/floor/outdoors/grass/forest/virgo3c/Initialize() if(tree_chance && prob(tree_chance) && !check_density())