mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
Replaces Mice w/ Rats (#6625)
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user