Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed May 26, 2024
1 parent cca84a9 commit e20fddd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/modules/mob/living/carbon/xenomorph/castes/Queen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,7 @@
for(var/mob/living/carbon/xenomorph/xeno in new_loc.contents)
if(xeno.hivenumber == src.hivenumber)
xeno.KnockDown((5 DECISECONDS) / GLOBAL_STATUS_MULTIPLIER)

playsound(src.loc, 'sound/weapons/alien_knockdown.ogg', 25, 1)
playsound(src.loc, 'sound/weapons/alien_knockdown.ogg', 25, 1)

/mob/living/carbon/xenomorph/queen/generate_name()
if(!nicknumber)
Expand Down

0 comments on commit e20fddd

Please sign in to comment.