mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[MIRROR] Motion tracker subsystem (#10232)
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
775c8313f3
commit
dba0bf4304
@@ -1339,6 +1339,8 @@ About the new airlock wires panel:
|
||||
if(T && T.z == get_z(src))
|
||||
M.playsound_local(get_turf(src), sound, volume, 1, null, 0, TRUE, sound(sound), volume_channel = VOLUME_CHANNEL_DOORS)
|
||||
|
||||
SSmotiontracker.ping(src,100)
|
||||
|
||||
if(src.closeOther != null && istype(src.closeOther, /obj/machinery/door/airlock/) && !src.closeOther.density)
|
||||
src.closeOther.close()
|
||||
return ..()
|
||||
@@ -1473,6 +1475,9 @@ About the new airlock wires panel:
|
||||
if(distance <= world.view * 2)
|
||||
if(T && T.z == get_z(src))
|
||||
M.playsound_local(get_turf(src), sound, volume, 1, null, 0, TRUE, sound(sound), volume_channel = VOLUME_CHANNEL_DOORS)
|
||||
|
||||
SSmotiontracker.ping(src,100)
|
||||
|
||||
for(var/turf/turf in locs)
|
||||
var/obj/structure/window/killthis = (locate(/obj/structure/window) in turf)
|
||||
if(killthis)
|
||||
|
||||
Reference in New Issue
Block a user