mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Protean vore organ fix
So I don't accidentally delete a cat next time I see them
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user