Merge pull request #51824 from ShizCalev/ai-camera-continue-fix

Fixes attacking cameras with a peice of paper not giving notifications if there's a dead AI somewhere
This commit is contained in:
Jordan Brown
2020-06-25 17:53:44 -04:00
committed by GitHub
+1 -1
View File
@@ -322,7 +322,7 @@
if(isAI(O))
var/mob/living/silicon/ai/AI = O
if(AI.control_disabled || (AI.stat == DEAD))
return
continue
if(U.name == "Unknown")
to_chat(AI, "<span class='name'>[U]</span> holds <a href='?_src_=usr;show_paper=1;'>\a [itemname]</a> up to one of your cameras ...")
else