mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
Fixes goliath harddels (#89731)
## About The Pull Request Closes #88374 ## Changelog No player facing changes
This commit is contained in:
@@ -84,6 +84,12 @@
|
||||
ai_controller.set_blackboard_key(BB_BASIC_FOODS, typecacheof(goliath_foods))
|
||||
ai_controller.set_blackboard_key(BB_GOLIATH_TENTACLES, tentacles)
|
||||
|
||||
/mob/living/basic/mining/goliath/Destroy()
|
||||
QDEL_NULL(tentacles)
|
||||
QDEL_NULL(melee_tentacles)
|
||||
QDEL_NULL(tentacle_line)
|
||||
return ..()
|
||||
|
||||
/mob/living/basic/mining/goliath/examine(mob/user)
|
||||
. = ..()
|
||||
if (saddled)
|
||||
|
||||
Reference in New Issue
Block a user