mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fancy sprited shuttles
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