mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
* this shit is like the ship of theseus bruh * forgor dme * updates maps * some fixes just halfway through * guhh * ok * whoops * this one too * that was such a stupid fix WHY * fixes fulp ruin
12 lines
587 B
Plaintext
12 lines
587 B
Plaintext
/// Called when a /datum/component/leash must forcibly teleport the parent to the owner.
|
|
/// Fired on the object with the leash component.
|
|
#define COMSIG_LEASH_FORCE_TELEPORT "leash_force_teleport"
|
|
|
|
/// Called when a /datum/component/leash plans on pathfinding to the target, if out of range.
|
|
/// Fired on the object with the leash component.
|
|
#define COMSIG_LEASH_PATH_STARTED "leash_path_started"
|
|
|
|
/// Called when a /datum/component/leash finishes its pathfinding to the target.
|
|
/// Fired on the object with the leash component.
|
|
#define COMSIG_LEASH_PATH_COMPLETE "leash_path_complete"
|