From cbf220a4b7b5b6b082fae23447fd5ae59dd721e4 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Thu, 19 Nov 2020 01:46:26 -0700 Subject: [PATCH] Undo accidental commit to master with another commit to master lol --- .../mob/living/simple_mob/subtypes/animal/passive/mouse.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/passive/mouse.dm b/code/modules/mob/living/simple_mob/subtypes/animal/passive/mouse.dm index 22e57ca683..e8d8f56198 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/passive/mouse.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/passive/mouse.dm @@ -39,9 +39,6 @@ var/body_color //brown, gray and white, leave blank for random - //CHOMP Addition: Added these vore variables in and swapped the booleans from their defaults too. - can_be_drop_prey = TRUE - can_be_drop_pred = FALSE /mob/living/simple_mob/animal/passive/mouse/New() ..()