Collision stuff

This commit is contained in:
2019-02-25 11:33:18 -06:00
parent d5a5ced955
commit 97818c8a33
8 changed files with 32 additions and 9 deletions

View File

@@ -66,7 +66,7 @@ class IMICFPS
other_child.parent = @parent
return other_child
else
leaf.disown_child(leaf)
leaf.parent.disown_child(leaf)
return self
end
end