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
@@ -112,7 +112,7 @@
if(stasis)
return
if(revealed && essence <= 0)
death()
INVOKE_ASYNC(src, .proc/death)
if(unreveal_time && world.time >= unreveal_time)
unreveal_time = 0
revealed = FALSE