diff --git a/code/modules/mob/living/carbon/human/death_vr.dm b/code/modules/mob/living/carbon/human/death_vr.dm index 47d5b88589..24bae5c7c2 100644 --- a/code/modules/mob/living/carbon/human/death_vr.dm +++ b/code/modules/mob/living/carbon/human/death_vr.dm @@ -1,6 +1,7 @@ /mob/living/carbon/human/gib() //Drop the NIF, they're expensive, why not recover them? + release_vore_contents(silent = TRUE) if(nif) var/obj/item/device/nif/deadnif = nif //Unimplant removes the reference on the mob if(!deadnif.gib_nodrop)