Exosuit Phazon Module (#12157)

This commit is contained in:
Geeves
2021-07-14 22:37:50 -03:00
committed by GitHub
parent a9fa752d38
commit 39e66cc5be
13 changed files with 194 additions and 51 deletions
@@ -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)