From 7359c6f7a6959da7feed73ee4202f98e82fb0259 Mon Sep 17 00:00:00 2001 From: Belsima Date: Sat, 9 Sep 2017 23:17:41 -0400 Subject: [PATCH] Fixes up the PR. --- code/game/machinery/newscaster.dm | 2 +- code/modules/busy_space/organizations.dm | 4 ++-- code/modules/client/preferences_factions.dm | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/game/machinery/newscaster.dm b/code/game/machinery/newscaster.dm index f1fb58ccaa..5ce605afcc 100644 --- a/code/game/machinery/newscaster.dm +++ b/code/game/machinery/newscaster.dm @@ -268,7 +268,7 @@ var/list/obj/machinery/newscaster/allCasters = list() //Global list that will co switch(screen) if(0) dat += "Welcome to Newscasting Unit #[unit_no].
Interface & News networks Operational." - dat += "
Property of NanoSrasen Inc" + dat += "
Property of NanoTrasen Inc" if(news_network.wanted_issue) dat+= "
Read Wanted Issue" dat+= "

Create Feed Channel" diff --git a/code/modules/busy_space/organizations.dm b/code/modules/busy_space/organizations.dm index 68226189c8..fd2e3ed4ca 100644 --- a/code/modules/busy_space/organizations.dm +++ b/code/modules/busy_space/organizations.dm @@ -117,8 +117,8 @@ ) /datum/lore/organization/tsc/vey_med - name = "Vey Medical" - short_name = "Vey Med" + name = "Vey-Medical" //The Wiki displays them as Vey-Medical. + short_name = "Vey-Med" acronym = "VM" desc = "Vey-Med is one of the newer TSCs on the block and is notable for being largely owned and opperated by Skrell. \ Despite the suspicion and prejudice leveled at them for their alien origin, Vey-Med has obtained market dominance in \ diff --git a/code/modules/client/preferences_factions.dm b/code/modules/client/preferences_factions.dm index a243877752..98ba4584d0 100644 --- a/code/modules/client/preferences_factions.dm +++ b/code/modules/client/preferences_factions.dm @@ -35,7 +35,7 @@ var/global/list/home_system_choices = list( var/global/list/faction_choices = list( "Sol Central", - "Vey-Medical", + "Vey Med", "Einstein Engines", "Free Trade Union", "NanoTrasen",