From 44da5decaaef211bcef2845994e33ead1e36a59c Mon Sep 17 00:00:00 2001 From: projectkepler-RU <99981766+projectkepler-ru@users.noreply.github.com> Date: Tue, 11 Apr 2023 13:38:58 +0700 Subject: [PATCH] Update head_of_security.dm --- code/modules/jobs/job_types/head_of_security.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/jobs/job_types/head_of_security.dm b/code/modules/jobs/job_types/head_of_security.dm index e6809e877c7..2b28244f2af 100644 --- a/code/modules/jobs/job_types/head_of_security.dm +++ b/code/modules/jobs/job_types/head_of_security.dm @@ -94,7 +94,7 @@ name = "gun choice beacon" desc = "whatever you choose will determine the outcome of space station 13 and the fate of the company so choose wisely." company_source = "Romulus Shipping Company" - company_message = span_bold("Copy that [user] supply pod enroute!") + company_message = span_bold("Copy that SS13, supply pod enroute!") /obj/item/choice_beacon/head_of_security/generate_display_names()