d k daunkey kaung
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
return FALSE
|
||||
var/client/C = controller.client
|
||||
if(C)
|
||||
var/atom/A = C.mouseObject
|
||||
var/atom/A = WEAKREF(C.mouse_object_ref)
|
||||
var/turf/T = get_turf(A)
|
||||
if(istype(T)) //They're hovering over something in the map.
|
||||
direction_track(controller, T)
|
||||
|
||||
Reference in New Issue
Block a user