floating movement type now stops slips (#67694)

* float movement type now stops slips

* weh
This commit is contained in:
Fikou
2022-06-12 18:47:51 +02:00
committed by GitHub
parent d82e4adaab
commit 5be8bde77f
3 changed files with 3 additions and 3 deletions
@@ -1,5 +1,5 @@
/mob/living/carbon/slip(knockdown_amount, obj/O, lube, paralyze, force_drop)
if(movement_type & FLYING)
if(movement_type & FLYING|FLOATING)
return FALSE
if(!(lube&SLIDE_ICE))
log_combat(src, (O ? O : get_turf(src)), "slipped on the", null, ((lube & SLIDE) ? "(LUBE)" : null))