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
+9 -5
View File
@@ -5,10 +5,12 @@
max_occurrences = 1000
earliest_start = 0 MINUTES
alert_observers = FALSE
category = EVENT_CATEGORY_SPACE
description = "A single space dust is hurled at the station."
/datum/round_event/space_dust
startWhen = 1
endWhen = 2
start_when = 1
end_when = 2
fakeable = FALSE
/datum/round_event/space_dust/start()
@@ -21,11 +23,13 @@
max_occurrences = 1
min_players = 10
earliest_start = 20 MINUTES
category = EVENT_CATEGORY_SPACE
description = "The station is pelted by an extreme amount of sand for several minutes."
/datum/round_event/sandstorm
startWhen = 1
endWhen = 150 // ~5 min
announceWhen = 0
start_when = 1
end_when = 150 // ~5 min
announce_when = 0
fakeable = FALSE
/datum/round_event/sandstorm/announce(fake)