WIP
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user