This commit is contained in:
Chinsky
2012-11-09 14:32:49 +04:00
7 changed files with 30 additions and 25 deletions
+1 -1
View File
@@ -504,7 +504,7 @@ Code:
else
for(var/obj/machinery/bot/mulebot/B in QC.botlist)
if(B)
if(B && B.loc)
menu += "<A href='byond://?src=\ref[QC];op=control;bot=\ref[B]'>[B] at [B.loc.loc]</A><BR>"
menu += "<BR><A href='byond://?src=\ref[QC];op=scanbots'><img src=pda_scanner.png> Scan for active bots</A><BR>"