From fae6f2eecd516186dd70b929706275f95f955e79 Mon Sep 17 00:00:00 2001 From: FireFishie Date: Tue, 31 Jul 2012 04:45:07 -0400 Subject: [PATCH] "Space Law" on the wiki is always capitalized, so now it should be in-game too. --- code/game/jobs/job/captain.dm | 2 +- code/modules/mob/new_player/skill.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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