/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.
Vars | |
LandingRange | If truthy, try to find a spot around the target to land on in range(x). |
---|---|
TargetList | a list of targets for the fall to pick from |
TargetZ | The z level that the target falls into if not via area or landmark. |
Var Details
LandingRange
If truthy, try to find a spot around the target to land on in range(x).
TargetList
a list of targets for the fall to pick from
TargetZ
The z level that the target falls into if not via area or landmark.