intent 
Vars | |
blocks_other_intents | Intents to be removed from the available list if this intent is present. |
---|---|
desc | Descriptive string shown when examined. |
icon | Icon used to draw this intent in the selector. |
icon_state | State used to update intent selector. |
intent_flags | Replacing the old usage of I_HARM etc. in attackby() and such. Refer to /mob/proc/check_intent(). |
name | Descriptive string used in status panel. |
requires_empty_hand | Whether or not this intent is available if you have an item in your hand. |
Var Details
blocks_other_intents 
Intents to be removed from the available list if this intent is present.
desc 
Descriptive string shown when examined.
icon 
Icon used to draw this intent in the selector.
icon_state 
State used to update intent selector.
intent_flags 
Replacing the old usage of I_HARM etc. in attackby() and such. Refer to /mob/proc/check_intent().
name 
Descriptive string used in status panel.
requires_empty_hand 
Whether or not this intent is available if you have an item in your hand.