Removes a lot of redundant non-modular changes and maybe fixes cleanbots (#6615)

* oof

* Update _ai_controller.dm

* no need for this anymore
This commit is contained in:
Gandalf
2021-06-30 20:50:50 +01:00
committed by GitHub
parent 239db4ca54
commit 778a589555
41 changed files with 63 additions and 69 deletions
@@ -180,7 +180,7 @@
else
last_message = null
return TRUE
if(channel?.messages && channel?.messages.len)
if(channel?.messages?.len)
ui_header = last_message == channel.messages[length(channel.messages)] ? "ntnrc_idle.gif" : "ntnrc_new.gif"
else
ui_header = "ntnrc_idle.gif"