Adds sect selection to the blackbox (#61336)

This commit is contained in:
tralezab
2021-09-10 17:17:48 -07:00
committed by GitHub
parent de91cc5d51
commit 00154ae89b

View File

@@ -49,6 +49,8 @@
/// Activates once selected
/datum/religion_sect/proc/on_select()
SHOULD_CALL_PARENT(TRUE)
SSblackbox.record_feedback("text", "sect_chosen", 1, name)
/// Activates once selected and on newjoins, oriented around people who become holy.
/datum/religion_sect/proc/on_conversion(mob/living/chap)