Protean vore organ fix

So I don't accidentally delete a cat next time I see them
This commit is contained in:
Arokha Sieyes
2018-03-19 02:16:19 -04:00
parent deac68004d
commit 849312237d
@@ -260,6 +260,7 @@
for(var/belly in vore_organs)
var/obj/belly/B = belly
B.forceMove(blob)
B.owner = blob
//Return our blob in case someone wants it
return blob
@@ -298,10 +299,12 @@
Life(1) //Fix my blindness right meow
//Transfer vore organs
for(var/belly in vore_organs)
vore_selected = blob.vore_selected
for(var/belly in blob.vore_organs)
var/obj/belly/B = belly
B.forceMove(src)
B.owner = src
//Get rid of friend blob
qdel(blob)