From 14ad23f8e663d54a2568210d4d1e8bc68ef04b65 Mon Sep 17 00:00:00 2001 From: Verkister Date: Wed, 11 Apr 2018 22:34:44 +0300 Subject: [PATCH] mouse --- code/modules/mob/living/simple_animal/vore/rous.dm | 3 --- .../mob/living/simple_animal/vore/zz_vore_overrides.dm | 4 +++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/code/modules/mob/living/simple_animal/vore/rous.dm b/code/modules/mob/living/simple_animal/vore/rous.dm index 09fb0720db..9b47810f36 100644 --- a/code/modules/mob/living/simple_animal/vore/rous.dm +++ b/code/modules/mob/living/simple_animal/vore/rous.dm @@ -44,6 +44,3 @@ /mob/living/simple_animal/hostile/rous/death() playsound(src, 'sound/effects/mouse_squeak_loud.ogg', 50, 1) ..() - -/mob/living/simple_animal/mouse - faction = "mouse" //Apparently mice had no faction. The big dude should be nice to them tho. \ No newline at end of file diff --git a/code/modules/mob/living/simple_animal/vore/zz_vore_overrides.dm b/code/modules/mob/living/simple_animal/vore/zz_vore_overrides.dm index a8ce697d64..3b4074e455 100644 --- a/code/modules/mob/living/simple_animal/vore/zz_vore_overrides.dm +++ b/code/modules/mob/living/simple_animal/vore/zz_vore_overrides.dm @@ -243,4 +243,6 @@ for(var/belly in vore_organs) var/obj/belly/B = belly B.digest_mode = safe ? DM_HOLD : vore_default_mode - \ No newline at end of file + +/mob/living/simple_animal/mouse + faction = "mouse" //Giving mice a faction so certain mobs can get along with them. \ No newline at end of file