mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-24 12:36:22 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user