Skip to content

Commit

Permalink
defender fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdtalon committed Nov 22, 2023
1 parent 1b85e53 commit d4615d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
if(!check_and_use_plasma_owner())
return

if(fendy.fortify && !fendy.mutation_type == DEFENDER_STEELCREST)
if(fendy.fortify && !(fendy.mutation_type == DEFENDER_STEELCREST))
to_chat(fendy, SPAN_XENOWARNING("You cannot use headbutt while fortified."))
return

Expand Down

0 comments on commit d4615d9

Please sign in to comment.