mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
Fix protean deaths
This commit is contained in:
@@ -168,9 +168,8 @@
|
||||
|
||||
/obj/belly/Destroy()
|
||||
STOP_PROCESSING(SSbellies, src)
|
||||
if(owner)
|
||||
owner.vore_organs -= src
|
||||
owner = null
|
||||
owner?.vore_organs?.Remove(src)
|
||||
owner = null
|
||||
return ..()
|
||||
|
||||
// Called whenever an atom enters this belly
|
||||
|
||||
Reference in New Issue
Block a user