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
+4 -2
View File
@@ -3,10 +3,12 @@
typepath = /datum/round_event/atmos_flux
max_occurrences = 5
weight = 10
category = EVENT_CATEGORY_ENGINEERING
description = "Modifies the speed of the SSair randomly, ends after one minute."
/datum/round_event/atmos_flux
announceWhen = 1
endWhen = 600
announce_when = 1
end_when = 600
var/original_speed
/datum/round_event/atmos_flux/announce(fake)