Fixes gibbing deleting all belly contents

Getting tired of watching the looc panic of qdel'd prey flare up over and over again every time a pred gets gibbed in some way or another without anyone ever making issue reports to get the bug fixed :v
This commit is contained in:
Verkister
2022-03-03 14:06:19 +02:00
committed by GitHub
parent 24e2113e2b
commit d64d5d4fbc
@@ -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)