Makes cult's objectives load before their antag ui (#66899)

Makes Cultists get their objectives from their team BEFORE their parent's on_gain runs, giving and triggering their antag UI. This means players no longer have to close and reopen the page to see their actual objectives.
This commit is contained in:
John Willard
2022-05-12 11:55:49 -07:00
committed by GitHub
parent 43345e79ec
commit daf3fd6119
+1 -1
View File
@@ -58,9 +58,9 @@
owner.announce_objectives()
/datum/antagonist/cult/on_gain()
add_objectives()
. = ..()
var/mob/living/current = owner.current
add_objectives()
if(give_equipment)
equip_cultist(TRUE)
current.log_message("has been converted to the cult of Nar'Sie!", LOG_ATTACK, color="#960000")