From b5e2b8dafad2aaf63ef47f0471a8e7da9d6cebbc Mon Sep 17 00:00:00 2001 From: cuberound Date: Tue, 23 Jun 2026 16:11:03 +0200 Subject: [PATCH] this one should not have check --- .../mob/living/simple_animal/hostile/retaliate/giant_lizard.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/retaliate/giant_lizard.dm b/code/modules/mob/living/simple_animal/hostile/retaliate/giant_lizard.dm index 7544f99e9fe8..5d4c3eba4bd6 100644 --- a/code/modules/mob/living/simple_animal/hostile/retaliate/giant_lizard.dm +++ b/code/modules/mob/living/simple_animal/hostile/retaliate/giant_lizard.dm @@ -1035,8 +1035,7 @@ . = ..() if(!.) return - if(has_tongue) - flick("Giant Lizard Tongue", user.tongue_icon_holder) + flick("Giant Lizard Tongue", user.tongue_icon_holder) #undef ATTACK_SLASH #undef ATTACK_BITE