From 954869c99e64bed9558330d64ea2767c729d3d1b Mon Sep 17 00:00:00 2001 From: Cyantime Date: Mon, 27 Nov 2017 14:48:04 -0500 Subject: [PATCH] Revert "Makes mice unable to push things around." --- code/modules/mob/living/simple_animal/animals/mouse_vr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/animals/mouse_vr.dm b/code/modules/mob/living/simple_animal/animals/mouse_vr.dm index 0c8bfeb6484..396d43a68bb 100644 --- a/code/modules/mob/living/simple_animal/animals/mouse_vr.dm +++ b/code/modules/mob/living/simple_animal/animals/mouse_vr.dm @@ -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!