mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-21 18:36:46 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user