[Ready?]Machine Code Cleaning and some other stuff. (#4050)

* AutoDoc, bye useless comments, and some flair

* WHEW

* blele

* GLOB.machines

* Funny game

* Forgor

* Appease the linter

* asdasd

* chairs

* asdsad

* asdfasdf

* wuh if

* bruh
This commit is contained in:
Zandario
2022-05-15 14:41:34 -07:00
committed by GitHub
parent 9680ae9ffe
commit cc701aedb6
603 changed files with 18235 additions and 12665 deletions
@@ -305,8 +305,8 @@ proc/post_comm_message(var/message_title, var/message_text)
l.Add(message)
//Old console support
for (var/obj/machinery/computer/communications/comm in machines)
if (!(comm.stat & (BROKEN | NOPOWER)) && comm.prints_intercept)
for (var/obj/machinery/computer/communications/comm in GLOB.machines)
if (!(comm.machine_stat & (BROKEN | NOPOWER)) && comm.prints_intercept)
var/obj/item/paper/intercept = new /obj/item/paper( comm.loc )
intercept.name = message_title
intercept.info = message_text