Skip to content

Commit

Permalink
Update code/modules/mob/living/carbon/xenomorph/strains/castes/ravage…
Browse files Browse the repository at this point in the history
…r/hedgehog.dm
  • Loading branch information
Drulikar authored Apr 17, 2024
1 parent 2a896a1 commit 21d9c80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
if(percentage_shards >= 50)
bound_xeno.small_explosives_stun = FALSE
bound_xeno.add_filter("hedge_unstunnable", 1, list("type" = "outline", "color" = "#421313", "size" = 1))
if(percentage_shards < 50)
else
bound_xeno.small_explosives_stun = TRUE
bound_xeno.remove_filter("hedge_unstunnable", 1, list("type" = "outline", "color" = "#421313", "size" = 1))

Expand Down

0 comments on commit 21d9c80

Please sign in to comment.