mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Merge pull request #1839 from AterIgnis/ed209
ED209 not showing on remote-control chip of security PDA
This commit is contained in:
@@ -436,7 +436,7 @@ Code:
|
|||||||
menu += "No bots found.<BR>"
|
menu += "No bots found.<BR>"
|
||||||
|
|
||||||
else
|
else
|
||||||
for(var/obj/machinery/bot/secbot/B in SC.botlist)
|
for(var/obj/machinery/bot/B in SC.botlist)
|
||||||
if (B)
|
if (B)
|
||||||
menu += "<A href='byond://?src=\ref[SC];op=control;bot=\ref[B]'>[B] at [B.loc.loc]</A><BR>"
|
menu += "<A href='byond://?src=\ref[SC];op=control;bot=\ref[B]'>[B] at [B.loc.loc]</A><BR>"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user