mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
Fixes to available skills.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user