Space Station 13 - Baystation 12 - Modules - TypesDefine Details

code/__defines/items_clothing.dm

TRYEQUIP_REDRAWflags for /mob/proc/equip_to_slot_if_possible Cause a mob icon update after equipping
TRYEQUIP_INSTANTSkip any delays and equip instantly
TRYEQUIP_DESTROYIf the attempt fails, destroy the item
TRYEQUIP_SILENTDo not send output to the user about success or failure
TRYEQUIP_FORCEAlways succeed if existentially possible

Define Details

TRYEQUIP_DESTROY

If the attempt fails, destroy the item

TRYEQUIP_FORCE

Always succeed if existentially possible

TRYEQUIP_INSTANT

Skip any delays and equip instantly

TRYEQUIP_REDRAW

flags for /mob/proc/equip_to_slot_if_possible Cause a mob icon update after equipping

TRYEQUIP_SILENT

Do not send output to the user about success or failure