This commit is contained in:
Verkister
2018-04-11 22:34:44 +03:00
parent 2dec2545e5
commit 14ad23f8e6
2 changed files with 3 additions and 4 deletions
@@ -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.
@@ -243,4 +243,6 @@
for(var/belly in vore_organs)
var/obj/belly/B = belly
B.digest_mode = safe ? DM_HOLD : vore_default_mode
/mob/living/simple_animal/mouse
faction = "mouse" //Giving mice a faction so certain mobs can get along with them.