the risks of having disabled code

This commit is contained in:
Putnam3145
2022-07-28 16:56:12 -07:00
parent 01c945d690
commit 70ff90adcf
+2 -2
View File
@@ -3,11 +3,11 @@
typepath = /datum/round_event/atmos_flux
max_occurrences = 5
weight = 10
endWhen = 600
var/original_speed
/datum/round_event/atmos_flux
announceWhen = 1
endWhen = 600
var/original_speed
/datum/round_event/atmos_flux/announce(fake)
priority_announce("Atmospheric flux in your sector detected. Sensors show that air may move [(SSair.share_max_steps_target > original_speed) ? "faster" : "slower"] than usual for some time.", "Atmos Alert")