Increases timer for blob mouse spawn (#12359)

This commit is contained in:
Ty-Omaha
2019-09-24 18:11:12 -04:00
committed by variableundefined
parent dd98edeac7
commit 2e26973c3c
2 changed files with 3 additions and 3 deletions
@@ -179,7 +179,7 @@
minbodytemp = 0
gold_core_spawnable = NO_SPAWN
var/cycles_alive = 0
var/cycles_limit = 30
var/cycles_limit = 60
var/has_burst = FALSE
/mob/living/simple_animal/mouse/blobinfected/Life()