mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +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>"
|
||||
|
||||
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>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user