code/__defines/items_clothing.dm

TRYEQUIP_REDRAW | flags for /mob/proc/equip_to_slot_if_possible Cause a mob icon update after equipping |
---|---|
TRYEQUIP_INSTANT | Skip any delays and equip instantly |
TRYEQUIP_DESTROY | If the attempt fails, destroy the item |
TRYEQUIP_SILENT | Do not send output to the user about success or failure |
TRYEQUIP_FORCE | Always 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