Increases timer for blob mouse spawn (#12359)

This commit is contained in:
Ty-Omaha
2019-09-24 15:11:12 -07: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')