send
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user