construct ![code/modules/mob/living/basic/cult/constructs/_construct.dm 1](git.png)
Vars | |
can_repair | Whether this construct can repair other constructs or cult buildings. Gets the healing_touch component if so. |
---|---|
can_repair_self | Whether this construct can repair itself. Works independently of can_repair. |
construct_master | The construct's master |
construct_spells | List of spells that this construct can cast |
playstyle_string | Flavor text shown to players when they spawn as this construct |
remains_by_theme | The different flavors of goop constructs can drop, depending on theme. |
seeking | Whether this construct is currently seeking nar nar |
smashes_walls | Can this construct destroy walls? |
theme | Theme controls color. THEME_CULT is red THEME_WIZARD is purple and THEME_HOLY is blue |
Var Details
can_repair ![code/modules/mob/living/basic/cult/constructs/_construct.dm 42](git.png)
Whether this construct can repair other constructs or cult buildings. Gets the healing_touch component if so.
can_repair_self ![code/modules/mob/living/basic/cult/constructs/_construct.dm 44](git.png)
Whether this construct can repair itself. Works independently of can_repair.
construct_master ![code/modules/mob/living/basic/cult/constructs/_construct.dm 38](git.png)
The construct's master
construct_spells ![code/modules/mob/living/basic/cult/constructs/_construct.dm 34](git.png)
List of spells that this construct can cast
playstyle_string ![code/modules/mob/living/basic/cult/constructs/_construct.dm 36](git.png)
Flavor text shown to players when they spawn as this construct
remains_by_theme ![code/modules/mob/living/basic/cult/constructs/_construct.dm 50](git.png)
The different flavors of goop constructs can drop, depending on theme.
seeking ![code/modules/mob/living/basic/cult/constructs/_construct.dm 40](git.png)
Whether this construct is currently seeking nar nar
smashes_walls ![code/modules/mob/living/basic/cult/constructs/_construct.dm 48](git.png)
Can this construct destroy walls?
theme ![code/modules/mob/living/basic/cult/constructs/_construct.dm 46](git.png)
Theme controls color. THEME_CULT is red THEME_WIZARD is purple and THEME_HOLY is blue