Skip to content

Commit

Permalink
Update general_abilities.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed Apr 22, 2024
1 parent 258b538 commit 1d84eed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@

/datum/action/xeno_action/onclick/toggle_long_range/can_use_action()
var/mob/living/carbon/xenomorph/xeno = owner
if(xeno?.check_state())
if(xeno && !xeno.is_mob_incapacitated() && !xeno.buckled)
return TRUE

/datum/action/xeno_action/onclick/toggle_long_range/give_to(mob/living/living_mob)
Expand Down

0 comments on commit 1d84eed

Please sign in to comment.