/tg/ Station 13 - Modules - Types

code/modules/mob/living/basic/pets/pet_cult/pet_cult_bt.dm

/datum/bt_node/ai_behavior/find_occupied_runeChecks 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_runeActivates 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_cultistFinds 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.