Revert "Makes mice unable to push things around."

This commit is contained in:
Cyantime
2017-11-27 14:48:04 -05:00
committed by GitHub
parent d86cd37e95
commit 954869c99e
@@ -1,8 +1,8 @@
/mob/living/simple_animal/mouse
no_vore = 1 //Mice can't eat others due to the amount of bugs caused by it.
/mob/living/simple_animal/mouse/Bump(atom/movable/AM, yes)
return
/mob/living/simple_animal/mouse/attack_hand(mob/living/hander)
src.get_scooped(hander) //For one-click mouse scooping under any conditions. They knew what they were getting into!