Update belly_obj.dm

This commit is contained in:
kevinz000
2020-03-06 01:44:45 -07:00
committed by GitHub
parent 0a68143a3e
commit 6db3a23828

View File

@@ -161,6 +161,8 @@
SSbellies.belly_list -= src
if(owner?.vore_organs)
owner.vore_organs -= src
if(owner.vore_selected == src)
owner.vore_selected = null
owner = null
. = ..()