mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Fixes the blob in check antag button
This commit is contained in:
@@ -514,7 +514,7 @@
|
|||||||
else
|
else
|
||||||
dat += "<tr><td><i>Blob not found!</i></td></tr>"
|
dat += "<tr><td><i>Blob not found!</i></td></tr>"
|
||||||
dat += "</table>"
|
dat += "</table>"
|
||||||
else
|
else if(locate(/mob/camera/blob) in world)
|
||||||
dat += "<br><table cellspacing=5><tr><td><B>Blob</B></td><td></td><td></td></tr>"
|
dat += "<br><table cellspacing=5><tr><td><B>Blob</B></td><td></td><td></td></tr>"
|
||||||
for(var/mob/M in world)
|
for(var/mob/M in world)
|
||||||
if(istype(M, /mob/camera/blob))
|
if(istype(M, /mob/camera/blob))
|
||||||
|
|||||||
Reference in New Issue
Block a user