mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 00:26:02 +01:00
More helpers and a smol fix
This commit is contained in:
@@ -52,15 +52,17 @@
|
||||
/obj/machinery/ion_engine/Initialize()
|
||||
. = ..()
|
||||
controller = new(src)
|
||||
|
||||
var/image/i = image('icons/turf/shuttle_parts_vr.dmi', "ion_overlay") // VOREStation Edit
|
||||
i.plane = PLANE_LIGHTING_ABOVE // VOREStation Edit
|
||||
add_overlay(i) // VOREStation Edit
|
||||
add_glow()
|
||||
|
||||
/obj/machinery/ion_engine/Destroy()
|
||||
QDEL_NULL(controller)
|
||||
. = ..()
|
||||
|
||||
/obj/machinery/ion_engine/proc/add_glow()
|
||||
var/image/i = image('icons/turf/shuttle_parts_vr.dmi', "ion_overlay") // VOREStation Edit
|
||||
i.plane = PLANE_LIGHTING_ABOVE // VOREStation Edit
|
||||
add_overlay(i) // VOREStation Edit
|
||||
|
||||
/obj/machinery/ion_engine/proc/get_status()
|
||||
. = list()
|
||||
.+= "Location: [get_area(src)]."
|
||||
|
||||
Reference in New Issue
Block a user