cult team

This commit is contained in:
kevinz000
2020-03-10 20:11:18 -07:00
parent a43f9ec7be
commit 18471be4ce
10 changed files with 37 additions and 15 deletions
@@ -389,6 +389,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())