From 3ed81828f10460ea865678751e219a40f0f2069b Mon Sep 17 00:00:00 2001 From: Ben10083 Date: Wed, 2 Aug 2023 13:36:00 -0400 Subject: [PATCH] wrong return --- code/modules/mob/living/carbon/xenomorph/attack_alien.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/xenomorph/attack_alien.dm b/code/modules/mob/living/carbon/xenomorph/attack_alien.dm index 0b45e04c25e7..6e3ddfa478cb 100644 --- a/code/modules/mob/living/carbon/xenomorph/attack_alien.dm +++ b/code/modules/mob/living/carbon/xenomorph/attack_alien.dm @@ -990,4 +990,4 @@ SPAN_DANGER("You [Alien.slash_verb] [src]!"), null, 5) playsound(loc, "alien_claw_metal", 25, 1) attacked() - return XENO_NONCOMBAT_ACTION + return XENO_ATTACK_ACTION