diff --git a/scripts/heroes/3.gd b/scripts/heroes/3.gd index ec87b42..0978e3e 100644 --- a/scripts/heroes/3.gd +++ b/scripts/heroes/3.gd @@ -83,6 +83,9 @@ sync func merge(node_name): sync func unmerge(): if merged: - set_boosting(false) set_boosted(merged, false) + set_boosting(false) + var pos = merged.get_translation() + pos.z += 1 + set_translation(pos) merged = null