track_target ![code/modules/antagonists/heretic/heretic_living_heart.dm 68](git.png)
The action associated with the living heart. Allows a heretic to track sacrifice targets.
Vars | |
heretic_pinpointer | Navigator to our target that we have. |
---|---|
last_tracked_name | The real name of the last mob we tracked |
radial_open | Whether the target radial is currently opened. |
right_clicked | Tracks whether we were right clicked or left clicked in our last trigger |
Procs | |
check_menu | Callback for the radial to ensure it's closed when not allowed. |
get_balloon_message | Gets the balloon message for who we're tracking. |
Var Details
heretic_pinpointer ![code/modules/antagonists/heretic/heretic_living_heart.dm 86](git.png)
Navigator to our target that we have.
last_tracked_name ![code/modules/antagonists/heretic/heretic_living_heart.dm 80](git.png)
The real name of the last mob we tracked
radial_open ![code/modules/antagonists/heretic/heretic_living_heart.dm 82](git.png)
Whether the target radial is currently opened.
right_clicked ![code/modules/antagonists/heretic/heretic_living_heart.dm 78](git.png)
Tracks whether we were right clicked or left clicked in our last trigger
Proc Details
check_menu
Callback for the radial to ensure it's closed when not allowed.
get_balloon_message
Gets the balloon message for who we're tracking.