This commit is contained in:
Archie
2021-01-16 01:04:42 -03:00
parent 5680049195
commit 42c738879a
@@ -39,7 +39,7 @@
icon_living = "mouse_[body_color]"
icon_dead = "mouse_[body_color]_dead"
if(name == "mouse") // Faster than checking for mobtypes, just checks if this mouse is a generic mouse.
if(prob(1)) //2% chance to turn a generic mouse into a boommouse
if(prob(1)) //1% chance to turn a generic mouse into a boommouse
new /mob/living/simple_animal/mouse/boommouse(src.loc)
qdel(src)