Replaces Mice w/ Rats (#6625)

This commit is contained in:
ParadoxSpace
2019-07-05 16:03:35 -06:00
committed by Werner
parent 4e88af8be2
commit 6916089d4e
72 changed files with 556 additions and 508 deletions

View File

@@ -27,7 +27,7 @@
var/grass_path = pick(typesof(/obj/structure/flora/grass)-/obj/structure/flora/grass)
new grass_path(T)
if(prob(5))
var/mob_type = pick(list(/mob/living/simple_animal/lizard, /mob/living/simple_animal/mouse))
var/mob_type = pick(list(/mob/living/simple_animal/lizard, /mob/living/simple_animal/rat))
new mob_type(T)
if(5 to 6)
if(prob(20))

View File

@@ -52,7 +52,7 @@
var/grass_path = pick(typesof(/obj/structure/flora/grass)-/obj/structure/flora/grass)
new grass_path(T)
if(prob(5))
var/mob_type = pick(list(/mob/living/simple_animal/lizard, /mob/living/simple_animal/mouse))
var/mob_type = pick(list(/mob/living/simple_animal/lizard, /mob/living/simple_animal/rat))
new mob_type(T)
if(7)
if(prob(60))