This commit is contained in:
SandPoot
2023-01-23 20:44:28 -03:00
parent e292452aae
commit 54641ce201
103 changed files with 730 additions and 232 deletions
+2
View File
@@ -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()
..()
+2
View File
@@ -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()
..()
+2
View File
@@ -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?