mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 23:23:55 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user