diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm index 0b8d46fa443..86d43e001a9 100644 --- a/code/game/machinery/computer/communications.dm +++ b/code/game/machinery/computer/communications.dm @@ -316,7 +316,7 @@ var/shuttle_call/shuttle_calls[0] list("alert"="biohazard", "label"="Biohazard", "desc"="Great for virus outbreaks and parties."), ) ) - data["security_level"] = capitalize(security_level) + data["security_level"] = security_level data["str_security_level"] = capitalize(get_security_level()) data["levels"] = list( list("id"=SEC_LEVEL_GREEN, "name"="Green"),