code/__DEFINES/_flags/do_after.dm
IGNORE_TARGET_IN_DOAFTERS | Can do the action even if target is not added to doafters |
---|---|
IGNORE_USER_LOC_CHANGE | Can do the action even if mob moves location |
IGNORE_TARGET_LOC_CHANGE | Can do the action even if the target moves location |
IGNORE_HELD_ITEM | Can do the action even if the item is no longer being held |
IGNORE_INCAPACITATED | Can do the action even if the mob is incapacitated (ex. handcuffed) |
Define Details
IGNORE_HELD_ITEM
Can do the action even if the item is no longer being held
IGNORE_INCAPACITATED
Can do the action even if the mob is incapacitated (ex. handcuffed)
IGNORE_TARGET_IN_DOAFTERS
Can do the action even if target is not added to doafters
IGNORE_TARGET_LOC_CHANGE
Can do the action even if the target moves location
IGNORE_USER_LOC_CHANGE
Can do the action even if mob moves location