/tg/ Station 13 - Modules - Types

modular_nova/modules/serenitystation/code/elements/can_hide.dm

/datum/element/can_hideThis 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/basicLike datum/element/can_hide, but for basic mobs.