Bubblegum now charges past its target's location

This commit is contained in:
Joan Lung
2016-09-03 12:09:08 -04:00
parent bf5c9ec735
commit 266bacf4c8
16 changed files with 45 additions and 35 deletions
+1 -1
View File
@@ -281,7 +281,7 @@
check_break(M)
/obj/structure/table/glass/proc/check_break(mob/living/M)
if(has_gravity(M) && M.mob_size > MOB_SIZE_SMALL)
if(M.has_gravity() && M.mob_size > MOB_SIZE_SMALL)
table_shatter(M)
/obj/structure/table/glass/proc/table_shatter(mob/M)