Evolving Mice event

Replaces the incredibly boring and mundane mice station event with mice that will evolve, demanding a bit more attention.
This commit is contained in:
Razgriz
2019-02-15 03:57:21 -07:00
committed by GitHub
parent c5b7087d25
commit ce1ac396ff
+1 -1
View File
@@ -65,7 +65,7 @@
vermin = rand(0,2)
switch(vermin)
if(VERM_MICE)
spawn_types = list(/mob/living/simple_animal/mouse/gray, /mob/living/simple_animal/mouse/brown, /mob/living/simple_animal/mouse/white)
spawn_types = list(/mob/living/simple_animal/mouse/event)
max_number = 12
vermstring = "mice"
if(VERM_LIZARDS)