Merge pull request #13703 from Fox-McCloud/tg-flying-floating-float-refactor

TG Flying+Floating Refactor
This commit is contained in:
AffectedArc07
2020-08-27 20:08:35 +01:00
committed by GitHub
30 changed files with 61 additions and 49 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 ..()