Processing fix

This commit is contained in:
Mark van Alphen
2019-07-20 18:53:05 +02:00
parent 8f43cea79b
commit 02d0d44ebe
+1
View File
@@ -43,6 +43,7 @@
SA.del_on_death = FALSE
greet_sentient(SA)
print_command_report(sentience_report, "[command_name()] Update")
processing = TRUE // Let it naturally end, if it runs successfully
/datum/event/sentience/proc/greet_sentient(var/mob/living/carbon/human/M)
to_chat(M, "<span class='userdanger'>Hello world!</span>")