From 37f6e216c1c805fc489fe1377bbc3bd8577ac461 Mon Sep 17 00:00:00 2001 From: cib Date: Mon, 5 Mar 2012 23:50:59 -0800 Subject: [PATCH] Fixes to available skills. --- code/modules/mob/new_player/skill.dm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/code/modules/mob/new_player/skill.dm b/code/modules/mob/new_player/skill.dm index da880d7c697..a30ce96699e 100644 --- a/code/modules/mob/new_player/skill.dm +++ b/code/modules/mob/new_player/skill.dm @@ -22,11 +22,6 @@ datum/skill/management name = "Command" desc = "Your ability to manage and commandeer other crew members." -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." - datum/skill/combat ID = "combat" name = "Close Combat" @@ -107,7 +102,7 @@ datum/skill/pilot datum/skill/medical ID = "medical" name = "Medicine" - desc = "Covers an understanding of the human body and medicine. At a low level, this skill is vital to perform basic first aid, such as CPR or applying bandages. At a high level, this skill implies a good understanding of the various medicines that can be found on a space station." + desc = "Covers an understanding of the human body and medicine. At a low level, this skill gives a basic understanding of applying common types of medicine, and a rough understanding of medical devices like the health analyzer. At a high level, this skill grants exact knowledge of all the medicine available on the station, as well as the ability to use complex medical devices like the body scanner or mass spectrometer." field = "Medical" datum/skill/anatomy