diff --git a/code/game/jobs/job/captain.dm b/code/game/jobs/job/captain.dm index e98a4d47370..8dfb062e8cc 100644 --- a/code/game/jobs/job/captain.dm +++ b/code/game/jobs/job/captain.dm @@ -5,7 +5,7 @@ faction = "Station" total_positions = 1 spawn_positions = 1 - supervisors = "NanoTrasen officials and Space law" + supervisors = "NanoTrasen officials and Space Law" selection_color = "#ccccff" idtype = /obj/item/weapon/card/id/gold diff --git a/code/modules/mob/new_player/skill.dm b/code/modules/mob/new_player/skill.dm index a711d50e5da..09de8abffe5 100644 --- a/code/modules/mob/new_player/skill.dm +++ b/code/modules/mob/new_player/skill.dm @@ -62,7 +62,7 @@ datum/skill/management datum/skill/knowledge/law ID = "law" name = "NanoTrasen Law" - desc = "Your knowledge of NanoTrasen law and procedures. This includes space law, as well as general station rulings and procedures. A low level in this skill is typical for security officers, a high level in this skill is typical for captains." + desc = "Your knowledge of NanoTrasen law and procedures. This includes Space Law, as well as general station rulings and procedures. A low level in this skill is typical for security officers, a high level in this skill is typical for captains." field = "Security" secondary = 1