diff --git a/code/modules/events/infestation.dm b/code/modules/events/infestation.dm index 2f3b8aeeee..5f3a85e15c 100644 --- a/code/modules/events/infestation.dm +++ b/code/modules/events/infestation.dm @@ -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)