code/modules/mob/living/basic/lavaland/goliath/goliath_ai.dm 
| MIN_TIME_TO_TENTACLE | We won't use tentacles unless we have had the same target for this long |
|---|---|
| /datum/bt_node/ai_behavior/targeted_mob_ability/goliath_tentacles | Use tentacles on the current target only after tracking them for MIN_TIME_TO_TENTACLE, and only if not already leg-grappled |
| /datum/bt_node/ai_behavior/goliath_find_diggable_turf | Randomly picks a nearby undig asteroid turf to dig and stores it in target_key |
| /datum/bt_node/ai_behavior/goliath_dig | Melee-attacks the stored hole target turf and clears the key when done |
Define Details
MIN_TIME_TO_TENTACLE 
We won't use tentacles unless we have had the same target for this long