Fixes some computer dirs

This commit is contained in:
ike709
2017-11-18 12:23:20 -06:00
parent 58aa8268e1
commit dbc9cb2fb8
5 changed files with 17 additions and 14 deletions
+2 -2
View File
@@ -378,8 +378,8 @@
/obj/structure/table/optable/New()
..()
for(var/dir in GLOB.cardinals)
computer = locate(/obj/machinery/computer/operating, get_step(src, dir))
for(var/direction in GLOB.cardinals)
computer = locate(/obj/machinery/computer/operating, get_step(src, direction))
if(computer)
computer.table = src
break