Atom locking offsets
Created by: unid15
- Children atom-locked to a parent can now have offsets. This means that instead of being locked on top of their parent, they can be, for example, locked 1 turf to the left of the parent. The offsets can rotate with the parent.
- Offsets only rotate when the parent moves, not when the parent rotates (as seen in the gif)
- This feature doesn't appear in the game at all
- /atom/movable/proc/lock_atom(var/atom/movable/AM, var/x_offset = 0, var/y_offset = 0, var/rotate_offsets = 0)