Fixes proximity checkers being moved by shuttles

This commit is contained in:
Cyberboss
2017-04-20 15:11:05 -04:00
parent c91ff0e35a
commit e43dc897e7

View File

@@ -58,6 +58,10 @@
if(!buckled)
Weaken(3)
/obj/effect/abstract/proximity_checker/onShuttleMove()
//timer so it only happens once
addtimer(CALLBACK(monitor, /datum/proximity_monitor/proc/SetRange, monitor.current_range, TRUE), 0, TIMER_UNIQUE)
// Shuttle Rotation //
/atom/proc/shuttleRotate(rotation)
@@ -76,4 +80,4 @@
var/oldPX = pixel_x
var/oldPY = pixel_y
pixel_x = oldPY
pixel_y = (oldPX*(-1))
pixel_y = (oldPX*(-1))