Space Station 13 - Modules - TypesVar Details - Proc Details

suit

Vars

max_suit_wMaximum weight class of an item in the suit storage slot.

Procs

hierophant_shield_damagedA proc for callback when the shield breaks, since I am stupid and want custom effects.
setup_hierophant_shieldingHierophant card shielding. Saves me time.
setup_shieldingWrapper 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

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