mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
e
This commit is contained in:
@@ -15,13 +15,16 @@
|
|||||||
var/ignore_holy_water = FALSE
|
var/ignore_holy_water = FALSE
|
||||||
|
|
||||||
/datum/antagonist/clockcult/silent
|
/datum/antagonist/clockcult/silent
|
||||||
|
name = "Silent Clock Cultist"
|
||||||
silent = TRUE
|
silent = TRUE
|
||||||
show_in_antagpanel = FALSE //internal
|
show_in_antagpanel = FALSE //internal
|
||||||
|
|
||||||
/datum/antagonist/clockcult/neutered
|
/datum/antagonist/clockcult/neutered
|
||||||
|
name = "Neutered Clock Cultist"
|
||||||
neutered = TRUE
|
neutered = TRUE
|
||||||
|
|
||||||
/datum/antagonist/clockcult/neutered/traitor
|
/datum/antagonist/clockcult/neutered/traitor
|
||||||
|
name = "Traitor Clock Cultist"
|
||||||
ignore_eligibility_check = TRUE
|
ignore_eligibility_check = TRUE
|
||||||
ignore_holy_water = TRUE
|
ignore_holy_water = TRUE
|
||||||
show_in_roundend = FALSE
|
show_in_roundend = FALSE
|
||||||
|
|||||||
@@ -19,9 +19,11 @@
|
|||||||
var/ignore_holy_water = FALSE
|
var/ignore_holy_water = FALSE
|
||||||
|
|
||||||
/datum/antagonist/cult/neutered
|
/datum/antagonist/cult/neutered
|
||||||
|
name = "Neutered Cultist"
|
||||||
neutered = TRUE
|
neutered = TRUE
|
||||||
|
|
||||||
/datum/antagonist/cult/neutered/traitor
|
/datum/antagonist/cult/neutered/traitor
|
||||||
|
name = "Traitor Cultist"
|
||||||
ignore_eligibility_checks = TRUE
|
ignore_eligibility_checks = TRUE
|
||||||
ignore_holy_water = TRUE
|
ignore_holy_water = TRUE
|
||||||
show_in_roundend = FALSE
|
show_in_roundend = FALSE
|
||||||
|
|||||||
Reference in New Issue
Block a user