Floating mobs will not cause catwalk footstep sounds.

This commit is contained in:
MistakeNot4892
2023-08-07 11:31:10 +10:00
parent 75b96c5c92
commit 9f7cbe9437
2 changed files with 4 additions and 2 deletions
@@ -13,7 +13,7 @@
/mob/living/silicon/robot/flying/update_floating()
if(hovering)
make_floating(10)
make_floating(TRUE)
return
..()