send
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
weight = -1 //forces it to be called, regardless of weight
|
||||
max_occurrences = 1
|
||||
earliest_start = 0 MINUTES
|
||||
category = EVENT_CATEGORY_HOLIDAY
|
||||
description = "Gives everyone treats, and turns Ian and Polly into their festive versions."
|
||||
|
||||
/datum/round_event/spooky/start()
|
||||
..()
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
weight = -1 //forces it to be called, regardless of weight
|
||||
max_occurrences = 1
|
||||
earliest_start = 0 MINUTES
|
||||
category = EVENT_CATEGORY_HOLIDAY
|
||||
description = "Puts people on dates! They must protect each other. Sometimes a vengeful third wheel spawns."
|
||||
|
||||
/datum/round_event/valentines/start()
|
||||
..()
|
||||
|
||||
@@ -68,6 +68,8 @@
|
||||
weight = 20
|
||||
max_occurrences = 1
|
||||
earliest_start = 30 MINUTES
|
||||
category = EVENT_CATEGORY_HOLIDAY
|
||||
description = "Spawns santa, who shall roam the station, handing out gifts."
|
||||
|
||||
/datum/round_event/santa
|
||||
var/mob/living/carbon/human/santa //who is our santa?
|
||||
|
||||
Reference in New Issue
Block a user