Merge pull request #2027 from ktccd/Enable-Borer-Random-Event
Enable borer random event
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
/datum/round_event_control/borer
|
||||
name = "Borer"
|
||||
typepath = /datum/round_event/borer
|
||||
weight = 15
|
||||
max_occurrences = 0
|
||||
min_players = 15
|
||||
earliest_start = 12000
|
||||
weight = 10 //Default weight
|
||||
max_occurrences = 1
|
||||
min_players = 20 //10 is MINIMUM needed, but this is not a gamemode that does well in lowpop
|
||||
earliest_start = 24000 //40 min, double default timer
|
||||
|
||||
/datum/round_event/borer
|
||||
announceWhen = 2400 //Borers get 4 minutes till the crew tries to murder them.
|
||||
|
||||
Reference in New Issue
Block a user