Merge pull request #3172 from VOREStation/aro-bellytweak

Make sure not to add extra vore organs
This commit is contained in:
Aronai Sieyes
2018-03-04 13:28:30 -05:00
committed by GitHub
+3 -3
View File
@@ -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