mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user