Yogstation 13 - Modules - TypesVar Details - Proc Details

outstretched hand

Vars

spell_which_made_usA weakref to what spell made us.

Procs

remove_hand_with_no_refundWhen the hand component of a touch spell is qdel'd, (the hand is dropped or otherwise lost), the cooldown on the spell that made it is automatically refunded.

Var Details

spell_which_made_us

A weakref to what spell made us.

Proc Details

remove_hand_with_no_refund

When the hand component of a touch spell is qdel'd, (the hand is dropped or otherwise lost), the cooldown on the spell that made it is automatically refunded.

However, if you want to consume the hand and not give a cooldown, such as adding a unique behavior to the hand specifically, this function will do that.