Update living.dm
This commit is contained in:
@@ -802,7 +802,7 @@
|
|||||||
else
|
else
|
||||||
throw_alert("gravity", /obj/screen/alert/weightless)
|
throw_alert("gravity", /obj/screen/alert/weightless)
|
||||||
if(!override && !is_flying())
|
if(!override && !is_flying())
|
||||||
INVOKE_ASYNC(src, .proc/float, !has_gravity)
|
INVOKE_ASYNC(src, /atom/movable.proc/float, !has_gravity)
|
||||||
|
|
||||||
/mob/living/float(on)
|
/mob/living/float(on)
|
||||||
if(throwing)
|
if(throwing)
|
||||||
|
|||||||
Reference in New Issue
Block a user