mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Change announceWhen and endWhen
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/datum/event/horde_infestation
|
||||
announceWhen = 90
|
||||
announceWhen = 30
|
||||
endWhen = 200
|
||||
var/spawncount = 1
|
||||
var/list/vents = list()
|
||||
var/spiders = FALSE
|
||||
@@ -98,4 +99,4 @@
|
||||
area_names |= metroid_area.name
|
||||
if(area_names.len)
|
||||
var/english_list = english_list(area_names)
|
||||
command_announcement.Announce("Sensors have narrowed down remaining lifeforms to the followng areas: [english_list]", "Lifesign Alert")
|
||||
command_announcement.Announce("Sensors have narrowed down remaining lifeforms to the followng areas: [english_list]", "Lifesign Alert")
|
||||
|
||||
Reference in New Issue
Block a user