code/datums/components/pitfall.dm
/_is_abstract/datum/component/pitfall | |
---|---|
/datum/component/pitfall | A component for turfs which make movable atoms "fall down a pit" |
/datum/component/pitfall/target_landmark | a pitfall that targets a pitfall landmark |
/datum/component/pitfall/target_area | a pitfall that targets an area |
/datum/component/pitfall/target_coordinates | a pitfall which targets a coordinate. At the moment only supports targeting a z level and picking a range around current coordinates. |