diff --git a/code/modules/critters/critters.dm b/code/modules/critters/critters.dm index e915928bb13..bb5ccf0b3b1 100644 --- a/code/modules/critters/critters.dm +++ b/code/modules/critters/critters.dm @@ -165,6 +165,10 @@ atksilicon = 0 attacktext = "bites" + Bump(var/mob/M) + if(ishuman(M)) + Die() + Die() ..() new /obj/effect/decal/cleanable/mucus(src.loc) diff --git a/html/changelog.html b/html/changelog.html index 6031de7b8ba..2fbf563f2a1 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -58,6 +58,14 @@ should be listed in the changelog upon commit though. Thanks. --> +