Merge pull request #10732 from kevinz000/eldritch_affairs

Eldritch Affairs
This commit is contained in:
Ghom
2020-04-12 20:47:19 +02:00
committed by GitHub
20 changed files with 178 additions and 47 deletions
@@ -392,6 +392,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())