Merge pull request #12362 from Verkister/patch-108

Fixes gibbing deleting all belly contents
This commit is contained in:
Casey
2022-03-03 16:23:36 -05:00
committed by GitHub
@@ -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)