Skip to content

Commit

Permalink
Update code/modules/mob/living/carbon/xenomorph/abilities/general_abi…
Browse files Browse the repository at this point in the history
…lities.dm

Co-authored-by: fira <[email protected]>
  • Loading branch information
Git-Nivrak and fira authored Apr 21, 2024
1 parent 29804cf commit 258b538
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 && !xeno.is_mob_incapacitated() && !xeno.buckled && xeno.check_state())
if(xeno?.check_state())
return TRUE

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

0 comments on commit 258b538

Please sign in to comment.