mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 09:03:23 +01:00
Increases timer for blob mouse spawn (#12359)
This commit is contained in:
committed by
variableundefined
parent
dd98edeac7
commit
2e26973c3c
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user