mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-24 20:46:29 +01:00
Decreased mice max spawn
Mice max spawn decreased to 6 from 12.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user