mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 13:09:11 +01:00
stats c:
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user