Skip to content

Commit

Permalink
WOOPS
Browse files Browse the repository at this point in the history
  • Loading branch information
fira committed Dec 1, 2023
1 parent fc4b61f commit c456cca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/xenomorph/XenoProcs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@
if(iscolonysynthetic(H) && prob(60))
visible_message(SPAN_DANGER("[H] withstands being pounced and slams down [src]!"),
SPAN_XENODANGER("[H] throws you down after withstanding the pounce!"), null, 5)
KnockDown(1.5)
Stun(1.5)
KnockDown(1.5)
Stun(1.5)
throwing = FALSE
return

Expand Down

0 comments on commit c456cca

Please sign in to comment.