From 98fa159cffe38cc06f7ee5631cfd2fff78fcd9b9 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Fri, 22 Apr 2022 16:03:59 +0200 Subject: [PATCH] [MIRROR] Aux base alert fix [MDB IGNORE] (#12999) * Fixes aux base launch message saying spans (#66323) * Aux base alert fix Co-authored-by: FinancialGoose <92416224+TheBoondock@users.noreply.github.com> --- code/modules/mining/aux_base.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/aux_base.dm b/code/modules/mining/aux_base.dm index 1d19fd1f534..a31ea2446f5 100644 --- a/code/modules/mining/aux_base.dm +++ b/code/modules/mining/aux_base.dm @@ -145,7 +145,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/auxiliary_base, 32) return var/shuttle_error = SSshuttle.moveShuttle(shuttleId, params["shuttle_id"], 1) if(launch_warning) - say(span_danger("Launch sequence activated! Prepare for drop!!")) + say("Launch sequence activated! Prepare for drop!!", spans = list("danger")) playsound(loc, 'sound/machines/warning-buzzer.ogg', 70, FALSE) launch_warning = FALSE blind_drop_ready = FALSE