From d46e3a7cf0d4842e7128224e32fdc3706bce047e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B8=D1=80=D0=BE=D1=82=D0=BA=D0=B0?= <114731039+ErdGinalD@users.noreply.github.com> Date: Tue, 28 May 2024 16:14:51 +0300 Subject: [PATCH] Fixes anomaly shows anomaly (#25600) --- code/modules/events/anomaly_bluespace.dm | 2 +- code/modules/events/anomaly_cryo.dm | 2 +- code/modules/events/anomaly_flux.dm | 2 +- code/modules/events/anomaly_grav.dm | 2 +- code/modules/events/anomaly_pyro.dm | 2 +- code/modules/events/anomaly_vortex.dm | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/code/modules/events/anomaly_bluespace.dm b/code/modules/events/anomaly_bluespace.dm index 1543a022907..bd66bfe4197 100644 --- a/code/modules/events/anomaly_bluespace.dm +++ b/code/modules/events/anomaly_bluespace.dm @@ -1,5 +1,5 @@ /datum/event/anomaly/anomaly_bluespace - name = "Anomaly: Bluespace" + name = "Anomaly event" startWhen = 3 announceWhen = 10 anomaly_path = /obj/effect/anomaly/bluespace diff --git a/code/modules/events/anomaly_cryo.dm b/code/modules/events/anomaly_cryo.dm index ddfbb9b4a59..892e0835c8d 100644 --- a/code/modules/events/anomaly_cryo.dm +++ b/code/modules/events/anomaly_cryo.dm @@ -1,5 +1,5 @@ /datum/event/anomaly/anomaly_cryo - name = "Anomaly: Cryogenic" + name = "Anomaly event" startWhen = 3 announceWhen = 10 anomaly_path = /obj/effect/anomaly/cryo diff --git a/code/modules/events/anomaly_flux.dm b/code/modules/events/anomaly_flux.dm index 553f43b569d..41155a8c086 100644 --- a/code/modules/events/anomaly_flux.dm +++ b/code/modules/events/anomaly_flux.dm @@ -1,5 +1,5 @@ /datum/event/anomaly/anomaly_flux - name = "Anomaly: Hyper-Energetic Flux" + name = "Anomaly event" startWhen = 10 announceWhen = 3 anomaly_path = /obj/effect/anomaly/flux diff --git a/code/modules/events/anomaly_grav.dm b/code/modules/events/anomaly_grav.dm index d4291d25389..e1e4aea4b18 100644 --- a/code/modules/events/anomaly_grav.dm +++ b/code/modules/events/anomaly_grav.dm @@ -1,5 +1,5 @@ /datum/event/anomaly/anomaly_grav - name = "Anomaly: Gravitational" + name = "Anomaly event" startWhen = 3 announceWhen = 20 anomaly_path = /obj/effect/anomaly/grav diff --git a/code/modules/events/anomaly_pyro.dm b/code/modules/events/anomaly_pyro.dm index f3270a8dbfb..050195391c8 100644 --- a/code/modules/events/anomaly_pyro.dm +++ b/code/modules/events/anomaly_pyro.dm @@ -1,5 +1,5 @@ /datum/event/anomaly/anomaly_pyro - name = "Anomaly: Pyroclastic" + name = "Anomaly event" startWhen = 3 announceWhen = 10 anomaly_path = /obj/effect/anomaly/pyro diff --git a/code/modules/events/anomaly_vortex.dm b/code/modules/events/anomaly_vortex.dm index 26a26594fcf..37e54930da6 100644 --- a/code/modules/events/anomaly_vortex.dm +++ b/code/modules/events/anomaly_vortex.dm @@ -1,5 +1,5 @@ /datum/event/anomaly/anomaly_vortex - name = "Anomaly: Vortex" + name = "Anomaly event" startWhen = 10 announceWhen = 3 anomaly_path = /obj/effect/anomaly/bhole