| /datum/bt_node/ai_behavior/find_occupied_rune | Checks whether the cult has enough souls to revive and finds a raise_dead rune
with a dead cultist on it. Sets BB_OCCUPIED_RUNE. |
|---|
| /datum/bt_node/ai_behavior/activate_rune | Activates a raise_dead rune at BB_OCCUPIED_RUNE, reviving the dead cultist on it.
Must be adjacent. Clears BB_OCCUPIED_RUNE on finish. |
|---|
| /datum/bt_node/ai_behavior/find_dead_cultist | Finds a dead cultist that can be dragged to a rune for revival. Sets BB_DEAD_CULTIST.
Skips cultists that are already on a raise_dead rune or being pulled by someone else. |
|---|