Merge pull request #7210 from VOREStation/aro-shuttleiocn

Changes shuttle landing soon warning
This commit is contained in:
Aronai Sieyes
2020-04-13 09:28:53 -04:00
committed by GitHub
2 changed files with 3 additions and 6 deletions
+3 -6
View File
@@ -40,12 +40,9 @@
/obj/effect/temporary_effect/shuttle_landing
name = "shuttle landing"
desc = "You better move if you don't want to go splat!"
icon_state = "shuttle_warning_still"
time_to_die = 4.9 SECONDS
/obj/effect/temporary_effect/shuttle_landing/Initialize()
flick("shuttle_warning", src) // flick() forces the animation to always begin at the start.
. = ..()
icon = 'icons/goonstation/featherzone.dmi'
icon_state = "hazard-corners"
time_to_die = 5 SECONDS
// The manifestation of Zeus's might. Or just a really unlucky day.
// This is purely a visual effect, this isn't the part of the code that hurts things.