Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Apr 26, 2024
1 parent 8b3a45b commit 49f0f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_preds/yaut_weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
var/mob/living/carbon/xenomorph/xenomorph = target
xenomorph.interference = xeno_interfere_amount

if(!ability_cost)
if(!ability_cost || !(HAS_TRAIT(user, TRAIT_YAUTJA_TECH)))
return

progress_ability(target, user)
Expand Down

0 comments on commit 49f0f36

Please sign in to comment.