diff --git a/code/game/machinery/tcomms/nttc.dm b/code/game/machinery/tcomms/nttc.dm index 94ad0e2b5ce..5ca240171b0 100644 --- a/code/game/machinery/tcomms/nttc.dm +++ b/code/game/machinery/tcomms/nttc.dm @@ -126,7 +126,7 @@ /// List of CentComm jobs var/list/cc_jobs = list("Nanotrasen Navy Officer", "Special Operations Officer", "Syndicate Officer", "Solar Federation Brigadier General") /// List of SolGov Marine jobs - var/list/tsf_jobs = list( "Solar Federation Specops Lieutenant", "Solar Federation Specops Marine", "Solar Federation Lieutenant", "Solar Federation Marine") + var/list/tsf_jobs = list("Solar Federation Specops Lieutenant", "Solar Federation Specops Marine", "Solar Federation Lieutenant", "Solar Federation Marine") // Defined so code compiles and incase someone has a non-standard job var/job_class = "radio" // NOW FOR ACTUAL TOGGLES diff --git a/code/modules/clothing/spacesuits/miscellaneous.dm b/code/modules/clothing/spacesuits/miscellaneous.dm index 417ab94fa2c..226196fbc32 100644 --- a/code/modules/clothing/spacesuits/miscellaneous.dm +++ b/code/modules/clothing/spacesuits/miscellaneous.dm @@ -88,7 +88,7 @@ flags = STOPSPRESSUREDMAGE | THICKMATERIAL /obj/item/clothing/head/helmet/space/deathsquad/beret/solgov - name = "Trans-Solar Federation commander's beret" + name = "\improper Trans-Solar Federation commander's beret" desc = "A camouflaged beret adorned with the star of the Trans-Solar Federation, worn by generals of the Trans-Solar Federation." icon_state = "solgovceliteberet" @@ -105,7 +105,7 @@ w_class = WEIGHT_CLASS_NORMAL /obj/item/clothing/suit/space/deathsquad/officer/solgov - name = "Trans-Solar Federation commander's jacket" + name = "\improper Trans-Solar Federation commander's jacket" icon_state = "solgovcommander" item_state = "solgovcommander" diff --git a/code/modules/response_team/ert_outfits.dm b/code/modules/response_team/ert_outfits.dm index 00a073859ce..3b14253d173 100644 --- a/code/modules/response_team/ert_outfits.dm +++ b/code/modules/response_team/ert_outfits.dm @@ -638,6 +638,7 @@ /obj/item/organ/internal/cyberimp/arm/flash, /obj/item/organ/internal/eyes/cybernetic/shield ) + /datum/outfit/job/centcom/response_team/solgov/elite/lieutenant name = "Solar Federation Specops Lieutenant" rt_assignment = "Solar Federation Specops Lieutenant"