From 3ee7fedc668d076534997b0a7bd3e8c2a201c726 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 28 Feb 2021 16:50:57 -0500 Subject: [PATCH] Overlooked something --- code/modules/mob/mob_movement.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/mob/mob_movement.dm b/code/modules/mob/mob_movement.dm index 95732bad6aa..ebcc9cf35a2 100644 --- a/code/modules/mob/mob_movement.dm +++ b/code/modules/mob/mob_movement.dm @@ -460,8 +460,6 @@ return dense_object /mob/proc/Check_Shoegrip() - if(flying) //VOREStation Edit. Checks to see if they and are flying. - return 1 //VOREStation Edit. Checks to see if they are flying. Mostly for this to be ported to Polaris. return 0 /mob/proc/Process_Spaceslipping(var/prob_slip = 5)