Decreased mice max spawn

Mice max spawn decreased to 6 from 12.
This commit is contained in:
Razgriz
2019-02-15 15:27:30 -07:00
committed by GitHub
parent a46b89ff5c
commit 8f6073281c
+1 -1
View File
@@ -66,7 +66,7 @@
switch(vermin)
if(VERM_MICE)
spawn_types = list(/mob/living/simple_animal/mouse/event)
max_number = 12
max_number = 6
vermstring = "mice"
if(VERM_LIZARDS)
spawn_types = list(/mob/living/simple_animal/lizard)