mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-07-13 08:04:30 +01:00
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