mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-30 15:36:21 +01:00
Merge pull request #3172 from VOREStation/aro-bellytweak
Make sure not to add extra vore organs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user