Fixes some average runtimes, how null...

This commit is contained in:
Ghommie
2019-10-30 00:48:51 +01:00
parent d0bf24c7cc
commit 1b8bda7040
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -158,7 +158,7 @@
/obj/belly/Destroy()
SSbellies.belly_list -= src
if(owner)
if(owner?.vore_organs)
owner.vore_organs -= src
owner = null
. = ..()