Update tables_racks.dm

This commit is contained in:
LetterJay
2017-06-14 08:30:25 -05:00
committed by GitHub
parent 9e4fcc02fa
commit 7dcb2fa68e
+1 -1
View File
@@ -195,7 +195,7 @@
check_break(M)
/obj/structure/table/glass/proc/check_break(mob/living/M)
if(M.has_gravity() && M.mob_size > MOB_SIZE_SMALL && !M.movement_type & FLYING)
if(M.has_gravity() && M.mob_size > MOB_SIZE_SMALL && !(M.movement_type & FLYING))
table_shatter(M)
/obj/structure/table/glass/proc/table_shatter(mob/M)