From f5b400f6e09b8bdc5d873b9f6a340c2ef5327353 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Sat, 3 Mar 2018 16:57:09 -0500 Subject: [PATCH] Make sure not to add extra vore organs --- code/modules/vore/eating/belly_obj_vr.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/vore/eating/belly_obj_vr.dm b/code/modules/vore/eating/belly_obj_vr.dm index 3b48c3b1c2..6724817c40 100644 --- a/code/modules/vore/eating/belly_obj_vr.dm +++ b/code/modules/vore/eating/belly_obj_vr.dm @@ -130,10 +130,10 @@ "emote_lists" ) -/obj/belly/initialize() - . = ..() +/obj/belly/New(var/newloc) + ..(newloc) //If not, we're probably just in a prefs list or something. - if(isliving(loc)) + if(isliving(newloc)) owner = loc owner.vore_organs |= src SSbellies.belly_list += src