Conflict resolution 2

This commit is contained in:
Heroman3003
2023-01-04 07:33:04 +10:00
committed by GitHub
parent c2c23f6677
commit 45240e586b
@@ -132,15 +132,9 @@
return
//move out to the destination
<<<<<<< HEAD
child.anchored = FALSE
step_to(child, target_turf)
child.anchored = TRUE
=======
child.anchored = 0
child.Move(target_turf) // Do a normal move, so we can cross and uncross things we need to. Stairs, Open space "falling", etc.
child.anchored = 1
>>>>>>> 29f3be1872a... Maintenance on Hydro code, specifically vines and bees. (#8851)
child.anchored = TRUE
child.update_icon()
//see if anything is there