Fixes proximity checkers being moved by shuttles

This commit is contained in:
CitadelStationBot
2017-04-21 17:22:50 -05:00
parent fc1fd4b72b
commit 7b52afcb85
+5 -1
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))