This commit is contained in:
KorPhaeron
2016-02-17 16:28:59 -06:00
parent ad136cd380
commit 67aec79ecf
4 changed files with 17 additions and 9 deletions
+3 -3
View File
@@ -36,9 +36,9 @@
if(M.z == target_z)
M << start_up_message
spawn(start_up_time)
stage = MAIN_STAGE
weather_main()
sleep(start_up_time)
stage = MAIN_STAGE
weather_main()
/datum/weather/proc/weather_main()
@@ -52,6 +52,9 @@
if(stage == MAIN_STAGE)
A.invisibility = 0
A.opacity = 1
A.layer = overlay_layer
A.icon = 'icons/effects/weather_effects.dmi'
A.icon_state = start_up_overlay
else
A.invisibility = 100
A.opacity = 0