mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Exosuit Phazon Module (#12157)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/obj/effect/temp_visual/incorporeal_mech
|
||||
layer = BELOW_MOB_LAYER
|
||||
randomdir = FALSE
|
||||
|
||||
/obj/effect/temp_visual/incorporeal_mech/Initialize(mapload, new_dir, var/mob/living/heavy_vehicle/HV)
|
||||
. = ..()
|
||||
appearance = HV.appearance
|
||||
mouse_opacity = 0
|
||||
opacity = FALSE
|
||||
animate(src, time = duration, alpha = 0)
|
||||
Reference in New Issue
Block a user