suit
Vars | |
breakouttime | How long to break out of the suits |
---|---|
max_suit_w | Maximum weight class of an item in the suit storage slot. |
Procs | |
hierophant_shield_damaged | A proc for callback when the shield breaks, since I am stupid and want custom effects. |
setup_hierophant_shielding | Hierophant card shielding. Saves me time. |
setup_shielding | Wrapper proc to apply shielding through AddComponent(). Called in /obj/item/clothing/Initialize(). Override with an AddComponent(/datum/component/shielded, args) call containing the desired shield statistics. See /datum/component/shielded documentation for a description of the arguments |
Var Details
breakouttime
How long to break out of the suits
max_suit_w
Maximum weight class of an item in the suit storage slot.
Proc Details
hierophant_shield_damaged
A proc for callback when the shield breaks, since I am stupid and want custom effects.
setup_hierophant_shielding
Hierophant card shielding. Saves me time.
setup_shielding
Wrapper proc to apply shielding through AddComponent(). Called in /obj/item/clothing/Initialize(). Override with an AddComponent(/datum/component/shielded, args) call containing the desired shield statistics. See /datum/component/shielded documentation for a description of the arguments