accessory 
Vars | |
acc_overlay | Overlay used when the accessory is attached to the clothing. |
---|---|
allow_duplicates | Allow accessories of the same type. |
has_suit | the suit the tie may be attached to |
Procs | |
attached_equip | If we need to do something special when clothing with accessory is equipped by the user. |
attached_examine | Additional info when examine accessory on the suit |
attached_unequip | If we need to do something special when clothing with accessory is removed from the user |
on_attached | Accessory being attached to passed suit. |
on_removed | Accessory being removed from the suit. But still stays inside it's contents. You need to forceMove it separetly. |
Var Details
acc_overlay 
Overlay used when the accessory is attached to the clothing.
allow_duplicates 
Allow accessories of the same type.
has_suit 
the suit the tie may be attached to
Proc Details
attached_equip
If we need to do something special when clothing with accessory is equipped by the user.
attached_examine
Additional info when examine accessory on the suit
attached_unequip
If we need to do something special when clothing with accessory is removed from the user
on_attached
Accessory being attached to passed suit.
Arguments:
- new_suit - suit we are attached onto
- attacher - mob who is trying to attach an accessory. Note that attacher is NOT a mob who wears the suit currently, but the one who is doing this action.
Returns the suit we are attached to.
on_removed
Accessory being removed from the suit. But still stays inside it's contents. You need to forceMove it separetly.
Arguments:
- new_suit - suit we are attached onto
- attacher - mob who is trying to detach an accessory. Note that detacher is NOT a mob who wears the suit currently, but the one who is doing this action.
Returns the suit we were detached from.