mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fixes up the PR.
This commit is contained in:
@@ -268,7 +268,7 @@ var/list/obj/machinery/newscaster/allCasters = list() //Global list that will co
|
|||||||
switch(screen)
|
switch(screen)
|
||||||
if(0)
|
if(0)
|
||||||
dat += "Welcome to Newscasting Unit #[unit_no].<BR> Interface & News networks Operational."
|
dat += "Welcome to Newscasting Unit #[unit_no].<BR> Interface & News networks Operational."
|
||||||
dat += "<BR><FONT SIZE=1>Property of NanoSrasen Inc</FONT>"
|
dat += "<BR><FONT SIZE=1>Property of NanoTrasen Inc</FONT>"
|
||||||
if(news_network.wanted_issue)
|
if(news_network.wanted_issue)
|
||||||
dat+= "<HR><A href='?src=\ref[src];view_wanted=1'>Read Wanted Issue</A>"
|
dat+= "<HR><A href='?src=\ref[src];view_wanted=1'>Read Wanted Issue</A>"
|
||||||
dat+= "<HR><BR><A href='?src=\ref[src];create_channel=1'>Create Feed Channel</A>"
|
dat+= "<HR><BR><A href='?src=\ref[src];create_channel=1'>Create Feed Channel</A>"
|
||||||
|
|||||||
@@ -117,8 +117,8 @@
|
|||||||
)
|
)
|
||||||
|
|
||||||
/datum/lore/organization/tsc/vey_med
|
/datum/lore/organization/tsc/vey_med
|
||||||
name = "Vey Medical"
|
name = "Vey-Medical" //The Wiki displays them as Vey-Medical.
|
||||||
short_name = "Vey Med"
|
short_name = "Vey-Med"
|
||||||
acronym = "VM"
|
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. \
|
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 \
|
Despite the suspicion and prejudice leveled at them for their alien origin, Vey-Med has obtained market dominance in \
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ var/global/list/home_system_choices = list(
|
|||||||
|
|
||||||
var/global/list/faction_choices = list(
|
var/global/list/faction_choices = list(
|
||||||
"Sol Central",
|
"Sol Central",
|
||||||
"Vey-Medical",
|
"Vey Med",
|
||||||
"Einstein Engines",
|
"Einstein Engines",
|
||||||
"Free Trade Union",
|
"Free Trade Union",
|
||||||
"NanoTrasen",
|
"NanoTrasen",
|
||||||
|
|||||||
Reference in New Issue
Block a user