mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 13:09:11 +01:00
Dephase shots (#18609)
This commit is contained in:
@@ -102,6 +102,15 @@
|
||||
phase_out(T, SK)
|
||||
|
||||
/mob/living/proc/phase_in(var/turf/T, var/datum/component/shadekin/SK)
|
||||
//In case we're not passed args, do it ourself.
|
||||
if(!T)
|
||||
T = get_turf(src)
|
||||
if(!T)
|
||||
return
|
||||
if(!SK)
|
||||
SK = get_shadekin_component()
|
||||
if(!SK)
|
||||
return
|
||||
if(SK.in_phase)
|
||||
|
||||
// pre-change
|
||||
|
||||
Reference in New Issue
Block a user