TG Flying+Floating Refactor

This commit is contained in:
Fox McCloud
2020-06-26 21:53:38 -04:00
parent 5a6a0a20af
commit 92e3951efa
30 changed files with 62 additions and 53 deletions
+1 -1
View File
@@ -83,7 +83,7 @@
/obj/item/shard/Crossed(mob/living/L, oldloc)
if(istype(L) && has_gravity(loc))
if(L.incorporeal_move || L.flying)
if(L.incorporeal_move || L.flying || L.floating)
return
playsound(loc, 'sound/effects/glass_step.ogg', 50, TRUE)
return ..()