code/datums/components/boomerang.dm
BOOMERANG_REBOUND_INTERVAL | The cooldown period between last_boomerang_throw and its methods of implementing a rebound proc. |
---|---|
/datum/component/boomerang | If an ojvect is given the boomerang component, it should be thrown back to the thrower after either hitting its target, or landing on the thrown tile. Thrown objects should be thrown back to the original thrower with this component, a number of tiles defined by boomerang_throw_range. |
Define Details
BOOMERANG_REBOUND_INTERVAL
The cooldown period between last_boomerang_throw and its methods of implementing a rebound proc.