Out of Time

This commit is contained in:
Fox-McCloud
2015-02-03 01:12:00 -05:00
parent 0dab97ab6d
commit fd23cc9861
17 changed files with 477 additions and 0 deletions
+1
View File
@@ -203,6 +203,7 @@
var/list/radar_blips = list() // list of screen objects, radar blips
var/radar_open = 0 // nonzero is radar is open
var/atom/movable/remote_control //Calls relaymove() to whatever it is
var/obj/control_object //Used by admins to possess objects. All mobs should have this var
var/datum/visibility_interface/visibility_interface = null // used by the visibility system to provide an interface for the visibility networks
+3
View File
@@ -207,6 +207,9 @@
if(Process_Grab()) return
if(mob.remote_control) //we're controlling something, our movement is relayed to it
return mob.remote_control.relaymove(mob, direct)
if(!mob.canmove)
return