This commit is contained in:
kevinz000
2020-01-25 23:52:33 -07:00
parent 603ab65ed1
commit 9ee9f79fdc
4 changed files with 17 additions and 4 deletions
@@ -8,11 +8,15 @@
var/datum/action/innate/hierophant/hierophant_network = new()
var/datum/team/clockcult/clock_team
var/make_team = TRUE //This should be only false for tutorial scarabs
var/neutered = FALSE //can not use round ending, gibbing, converting, or similar things with unmatched round impact
/datum/antagonist/clockcult/silent
silent = TRUE
show_in_antagpanel = FALSE //internal
/datum/antagonist/clockcult/neutered
neutered = TRUE
/datum/antagonist/clockcult/Destroy()
qdel(hierophant_network)
return ..()
+3
View File
@@ -12,7 +12,10 @@
var/ignore_implant = FALSE
var/give_equipment = FALSE
var/datum/team/cult/cult_team
var/neutered = FALSE //can not use round ending, gibbing, converting, or similar things with unmatched round impact
/datum/antagonist/cult/neutered
neutered = TRUE
/datum/antagonist/cult/get_team()
return cult_team