New chat client / messenger (#10654)

This commit is contained in:
Karolis
2021-01-11 10:04:16 +01:00
committed by GitHub
parent f99e4a29c0
commit 339c531ad7
31 changed files with 858 additions and 846 deletions
@@ -3,8 +3,9 @@
visible_message(SPAN_WARNING("\The [src]'s screen flickers briefly and then goes dark."))
if(active_program)
active_program.event_powerfailure(FALSE)
for(var/datum/computer_file/program/PRG in idle_threads)
PRG.event_powerfailure(TRUE)
for(var/datum/computer_file/program/PRG in hard_drive.stored_files)
if(PRG != active_program)
PRG.event_powerfailure(TRUE)
shutdown_computer(FALSE)
power_has_failed = TRUE
update_icon()