From dfdfbaab040176307fb6a64db6769912677d285b Mon Sep 17 00:00:00 2001 From: Archie Date: Thu, 10 Jun 2021 04:43:56 -0300 Subject: [PATCH] no fake shit bruv --- hyperstation/code/modules/events/crystalline_reentry.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hyperstation/code/modules/events/crystalline_reentry.dm b/hyperstation/code/modules/events/crystalline_reentry.dm index 685702a2..f3c31023 100644 --- a/hyperstation/code/modules/events/crystalline_reentry.dm +++ b/hyperstation/code/modules/events/crystalline_reentry.dm @@ -14,6 +14,7 @@ /datum/round_event/crystalline_reentry announceWhen = 0 + fakeable = FALSE /datum/round_event/crystalline_reentry/announce(fake) priority_announce("A crystalline asteroid has suffered a violent atmospheric entry. Brace for possible impact.", "General Alert") @@ -46,6 +47,7 @@ announceWhen = 0 startWhen = 15 endWhen = 65 + fakeable = FALSE /datum/round_event/crystalline_wave/announce(fake) priority_announce("Several crystalline asteroids have been detected en route with the station. All hands, brace for impact. Organic signals have been detected contained within some of the asteroids.", title = "Priority Alert", sound = 'sound/misc/voyalert.ogg')