yeah no I'm fixing floating in another pr, fuck this

This commit is contained in:
Dip
2020-11-10 18:03:02 -03:00
parent 8d914d0b21
commit 3fe84d7fa6
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -111,7 +111,7 @@
return FALSE
/mob/living/carbon/get_leg_ignore()
if(movement_type & (FLYING|FLOATING))
if(movement_type & (FLYING|floating))
return TRUE
return FALSE