midround filler, zaocorp kit for hos, hos stamp

This commit is contained in:
Dahlular
2022-10-28 20:29:50 -06:00
parent b2018fbe63
commit b9293913b0
5 changed files with 40 additions and 0 deletions
@@ -0,0 +1,15 @@
//This event is intended to fill up a pool of otherwise empty events, until we can get more.
//Just so we don't get back-to-back comms-outages and sentient animal spawns. They get a little annoying.
/datum/round_event_control/filler
name = "Filler"
typepath = /datum/round_event/filler
weight = 100
earliest_start = 30 MINUTES //So other important events can roll before this one does
max_occurrences = 50 //For those reaaaaaaally drawn-out rounds. Adjust as it comes
alertadmins = 0
/datum/round_event/filler
startWhen = 1
endWhen = 2
fakeable = FALSE