code/__DEFINES/action.dm 
AB_CHECK_HANDS_BLOCKED | Action button checks if hands are unusable |
---|---|
AB_CHECK_IMMOBILE | Action button checks if user is immobile |
AB_CHECK_LYING | Action button checks if user is resting |
AB_CHECK_CONSCIOUS | Action button checks if user is conscious |
AB_CHECK_INCAPACITATED | Action button checks if user is incapacitated (weakened/stunned/stamcrited/paralyzed/sleeping) |
AB_CHECK_TURF | Action button checks if user is currently in turf contents |
AB_TRANSFER_MIND | Action button checks if it should be given to new mob, after mind transfer |
Define Details
AB_CHECK_CONSCIOUS 
Action button checks if user is conscious
AB_CHECK_HANDS_BLOCKED 
Action button checks if hands are unusable
AB_CHECK_IMMOBILE 
Action button checks if user is immobile
AB_CHECK_INCAPACITATED 
Action button checks if user is incapacitated (weakened/stunned/stamcrited/paralyzed/sleeping)
AB_CHECK_LYING 
Action button checks if user is resting
AB_CHECK_TURF 
Action button checks if user is currently in turf contents
AB_TRANSFER_MIND 
Action button checks if it should be given to new mob, after mind transfer