Merge pull request #4027 from Citadel-Station-13/upstream-merge-32864

[MIRROR] Fixes some computer dirs
This commit is contained in:
deathride58
2017-11-20 05:09:43 +00:00
committed by GitHub
6 changed files with 19 additions and 16 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