suit 
Vars | |
adjust_flavour | Flavour text used when adjusting this suit. |
---|---|
ignore_suitadjust | Whether we can even adjust this suit. |
suit_adjusted | Whether suit is currently adjusted, example: shirt is buttoned.
If this variable is set to TRUE initial icon_state/item_state should be without "_open" postfix. |
Procs | |
setup_shielding | Wrapper proc to apply shielding through AddComponent(). Called in /obj/item/clothing/suit/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
adjust_flavour 
Flavour text used when adjusting this suit.
ignore_suitadjust 
Whether we can even adjust this suit.
suit_adjusted 
Whether suit is currently adjusted, example: shirt is buttoned.
If this variable is set to TRUE
initial icon_state/item_state should be without "_open" postfix.
Proc Details
setup_shielding
Wrapper proc to apply shielding through AddComponent(). Called in /obj/item/clothing/suit/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