This commit is contained in:
VerySoft
2023-08-04 21:33:30 -04:00
parent 2b9bc910b6
commit 2f44c03e5e
@@ -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, "<span class='notice'>[I.thrower ? "\The [I.thrower]" : "Someone"] feeds \the [I] to you!</span>")
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