[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>
This commit is contained in:
SkyratBot
2022-04-22 16:03:59 +02:00
committed by GitHub
parent 84a067da41
commit 98fa159cff
+1 -1
View File
@@ -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