[TGUI] Communications Console

This commit is contained in:
Kyep
2020-08-28 02:43:35 -07:00
parent ebba3a322b
commit 4f2c185bc7
14 changed files with 412 additions and 681 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
SA.health = SA.maxHealth
SA.del_on_death = FALSE
greet_sentient(SA)
print_command_report(sentience_report, "[command_name()] Update")
print_command_report(sentience_report, "[command_name()] Update", FALSE)
processing = TRUE // Let it naturally end, if it runs successfully
/datum/event/sentience/proc/greet_sentient(var/mob/living/carbon/human/M)