Merge pull request #12850 from silicons/drag

fixes dragging stuff into space, enforces no sleeping on Life() and sets Move() to forced async
This commit is contained in:
Lin
2020-07-23 17:13:48 -05:00
committed by GitHub
7 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
linked_minds |= user.mind
update_icon()
float(linked_minds.len)
INVOKE_ASYNC(src, /atom/movable.proc/float, linked_minds.len)
if(linked_minds.len)
START_PROCESSING(SSobj, src)
set_light(lit_luminosity)