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
+2 -2
View File
@@ -1,6 +1,6 @@
/datum/event/blob
announceWhen = 120
endWhen = 180
announceWhen = 180
endWhen = 240
/datum/event/blob/announce()
event_announcement.Announce("Confirmed outbreak of level 5 biohazard aboard [station_name()]. All personnel must contain the outbreak.", "Biohazard Alert", 'sound/AI/outbreak5.ogg')
@@ -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()