Skip to content

Commit

Permalink
Update aliens.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed Apr 2, 2024
1 parent f968e69 commit 6894184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/effects/aliens.dm
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@

/obj/effect/xenomorph/spray/Crossed(AM as mob|obj)
..()
if(ishuman(AM))
if(isliving(AM))
var/mob/living/living_mob = AM
if(living_mob.ally_of_hivenumber(hivenumber))
living_mob.ExtinguishMob()
Expand Down

0 comments on commit 6894184

Please sign in to comment.