Merge pull request #1839 from AterIgnis/ed209

ED209 not showing on remote-control chip of security PDA
This commit is contained in:
Hawk-v3
2012-11-09 07:42:09 -08:00

View File

@@ -436,7 +436,7 @@ Code:
menu += "No bots found.<BR>"
else
for(var/obj/machinery/bot/secbot/B in SC.botlist)
for(var/obj/machinery/bot/B in SC.botlist)
if (B)
menu += "<A href='byond://?src=\ref[SC];op=control;bot=\ref[B]'>[B] at [B.loc.loc]</A><BR>"