Finishes thunderstorms.

This commit is contained in:
Neerti
2018-07-31 14:45:26 -04:00
parent 8639d49c34
commit 6bdf355e6d
21 changed files with 138 additions and 34 deletions
+2 -1
View File
@@ -61,5 +61,6 @@
pixel_x = -32
/obj/effect/temporary_effect/lightning_strike/initialize()
icon_state += rand(1,2) // To have two variants of lightning sprites.
icon_state += "[rand(1,2)]" // To have two variants of lightning sprites.
animate(src, alpha = 0, time = time_to_die - 1)
. = ..()