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())