Eldritch Affairs Port

This commit is contained in:
Dip
2020-09-20 20:26:15 -03:00
parent cfff70349a
commit 9aa6a44267
20 changed files with 184 additions and 54 deletions
@@ -393,6 +393,9 @@
var/datum/antagonist/cult/C = owner.mind.has_antag_datum(/datum/antagonist/cult)
if(!C)
return
if(!C.cult_team)
to_chat(the_construct, "<span class='cult italic'>You are alone, and have no team.</span>")
return
var/datum/objective/eldergod/summon_objective = locate() in C.cult_team.objectives
if(summon_objective.check_completion())