From 78df3f05947f06d653febdf29828030be37095e6 Mon Sep 17 00:00:00 2001 From: Casey Date: Tue, 6 Sep 2022 15:42:11 -0400 Subject: [PATCH 1/2] Merge pull request #13670 from Heroman3003/nursetime Fixes playable nurse spider runtime --- .../living/simple_mob/subtypes/animal/giant_spider/nurse.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/giant_spider/nurse.dm b/code/modules/mob/living/simple_mob/subtypes/animal/giant_spider/nurse.dm index fb34c4d73f..6b37550c82 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/giant_spider/nurse.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/giant_spider/nurse.dm @@ -141,7 +141,8 @@ if(large_cocoon) C.icon_state = pick("cocoon_large1","cocoon_large2","cocoon_large3") - ai_holder.remove_target() + if(ai_holder) + ai_holder.remove_target() return TRUE