From ff3c7dc9ec724770d570f556300a4150e8f1acf8 Mon Sep 17 00:00:00 2001 From: Jacquerel Date: Mon, 5 May 2025 20:33:36 +0100 Subject: [PATCH] [no gbp] removes redundant line of code (#91003) ## About The Pull Request This does nothing and shouldn't be there ## Changelog Not player facing --- code/modules/mob/living/basic/icemoon/ice_whelp/ice_whelp_ai.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/mob/living/basic/icemoon/ice_whelp/ice_whelp_ai.dm b/code/modules/mob/living/basic/icemoon/ice_whelp/ice_whelp_ai.dm index 55f6181374d..05a91d650c6 100644 --- a/code/modules/mob/living/basic/icemoon/ice_whelp/ice_whelp_ai.dm +++ b/code/modules/mob/living/basic/icemoon/ice_whelp/ice_whelp_ai.dm @@ -17,8 +17,6 @@ ) /// Cancel melee attacks when we have our breath weapon -/datum/ai_planning_subtree/basic_melee_attack_subtree - /datum/ai_planning_subtree/basic_melee_attack_subtree/ice_whelp melee_attack_behavior = /datum/ai_behavior/basic_melee_attack/ice_whelp