Merge pull request #879 from ArchieBeepBoop/boomfix1

Boommouse no longer chews on wires
This commit is contained in:
QuoteFox
2021-01-15 20:36:31 +00:00
committed by GitHub
@@ -128,13 +128,14 @@
/mob/living/simple_animal/mouse/boommouse
name = "boommouse" //obviously inspired on rimworld
desc = "A mutated rat with a pack of... Plasma on its back? I wouldn't really touch it if I were you."
icon = 'icons/mob/animal.dmi'
icon = 'hyperstation/icons/mob/animal.dmi'
icon_state = "mouse_brown"
icon_living = "mouse_brown"
icon_dead = "mouse_brown_dead"
see_in_dark = 12
maxHealth = 7
health = 7
chew_probability = 0
/mob/living/simple_animal/mouse/boommouse/Initialize()
. = ..()