Replaces Mice w/ Rats (#6625)

This commit is contained in:
ParadoxSpace
2019-07-06 00:03:35 +02:00
committed by Werner
parent 4e88af8be2
commit 6916089d4e
72 changed files with 556 additions and 508 deletions
+1 -1
View File
@@ -445,7 +445,7 @@ STOCK_ITEM_COMMON(target, 2)
STOCK_ITEM_COMMON(snacks, 4)
//Snackboxes are much more likely to spawn on tables than in crates.
//This ensures the cargo bay will have a supply of food in an obtainable place for animals
//allows nymphs and mice to raid it for nutrients, and thus gives playermice more
//allows nymphs and rats to raid it for nutrients, and thus gives player rats more
//reason to infest the warehouse
if (CS && prob(65))
if (!isturf(L))
+1 -1
View File
@@ -72,7 +72,7 @@ var/list/global/random_stock_large = list()
var/list/warehouseturfs = list()
var/list/infest_mobs_minor = list(
/mob/living/simple_animal/mouse = 1,
/mob/living/simple_animal/rat = 1,
/mob/living/simple_animal/lizard = 0.5,
/mob/living/simple_animal/yithian = 0.7,
/mob/living/simple_animal/tindalos = 0.6,