This commit is contained in:
Ghommie
2020-03-08 19:26:01 +01:00
parent d78926b269
commit ad4d290ea7
89 changed files with 443 additions and 498 deletions
+5 -5
View File
@@ -31,14 +31,14 @@
ready = FALSE
update_icon()
/obj/item/supplypod_beacon/update_icon()
cut_overlays()
/obj/item/supplypod_beacon/update_overlays()
. = ..()
if (launched)
add_overlay("sp_green")
. += "sp_green"
else if (ready)
add_overlay("sp_yellow")
. += "sp_yellow"
else if (linked)
add_overlay("sp_orange")
. += "sp_orange"
/obj/item/supplypod_beacon/proc/endLaunch()
launched = FALSE