diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/alien animals/stardog.dm b/code/modules/mob/living/simple_mob/subtypes/animal/alien animals/stardog.dm index 41474bef5a3..e7e0e9ecca7 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/alien animals/stardog.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/alien animals/stardog.dm @@ -1317,6 +1317,7 @@ return L.stop_pulling() L.Weaken(3) + GLOB.prey_eaten_roundstat++ if(target.reciever) //We don't have to worry AM.unbuckle_all_mobs(TRUE) AM.forceMove(get_turf(target)) @@ -1376,6 +1377,7 @@ if(dog.client) to_chat(dog, "[I.thrower ? "\The [I.thrower]" : "Someone"] feeds \the [I] to you!") qdel(I) + GLOB.items_digested_roundstat++ /obj/effect/dog_teleporter/reciever name = "exit" @@ -1528,6 +1530,7 @@ how_much = how_much / 10 //Braindead mobs are worth less linked_mob.adjust_nutrition(how_much) H.mind?.vore_death = TRUE + GLOB.prey_digested_roundstat++ spawn(0) qdel(H) //glorp return