mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-30 07:26:39 +01:00
mouse
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user