modular_nova/modules/serenitystation/code/elements/can_hide.dm 
/datum/element/can_hide | This element serves to allow movables to hide when they receive the
COMSIG_MOVABLE_TOGGLE_HIDING signal. Does NOT do any form of checking,
it's on the caller to check if they should be calling this or not. |
---|---|
/datum/element/can_hide/basic | Like datum/element/can_hide, but for basic mobs. |