Prevents teleport mice teeth

This commit is contained in:
Poojawa
2019-03-23 07:43:55 -05:00
parent df0aa7cadb
commit e8dcb44317
@@ -63,6 +63,9 @@
..()
/mob/living/simple_animal/mouse/handle_automated_action()
if(isbelly(loc)
return
if(prob(chew_probability))
var/turf/open/floor/F = get_turf(src)
if(istype(F) && !F.intact)