i might need to do this also...

This commit is contained in:
Aurorablade
2017-05-23 02:21:01 -04:00
parent 5a23f2734f
commit edc3818001
+1 -1
View File
@@ -252,7 +252,7 @@ var/list/holopads = list()
var/obj/machinery/hologram/holopad/pad_close = get_closest_atom(/obj/machinery/hologram/holopad, holopads, AI.eyeobj)
if(get_dist(pad_close, AI.eyeobj) <= holo_range)
unset_holo(AI)
pad_close.unset_holo(AI)
pad_close.activate_holo(AI, 1)
else
continue