diff --git a/Scion/Scion.html b/Scion/Scion.html
index e70fed97a7b8..15a0ab56e0c3 100644
--- a/Scion/Scion.html
+++ b/Scion/Scion.html
@@ -867,7 +867,7 @@
|
- Medicine |
+ Medicine |
@@ -1309,7 +1309,7 @@ Experience
|
|
|
- |
+ |
@@ -3044,7 +3044,7 @@ Soak
});
//Attribute Showing
var stats = ['Appearance', 'Charisma', 'Dexterity', 'Intelligence', 'Manipulation', 'Perception', 'Strength', 'Stamina', 'Wits'],
- skills = ['Academics', 'Animal_Ken', 'Art', 'Athletics', 'Awareness', 'Brawl', 'Control', 'Craft', 'Empathy', 'Fortitude', 'Integrity', 'Investigation', 'Larceny', 'Marksmanship', 'Medicine', 'Melee', 'Occult', 'Politics', 'Presence', 'Science', 'Stealth', 'Survival', 'Thrown', 'Other1', 'Other2', 'Other3', 'Other4', 'Other5', 'Other6', 'Other7', 'Other8', 'Other9', 'join_battle'];
+ skills = ['Academics', 'Animal_Ken', 'Art', 'Athletics', 'Awareness', 'Brawl', 'Command', 'Control', 'Craft', 'Empathy', 'Fortitude', 'Integrity', 'Investigation', 'Larceny', 'Marksmanship', 'Medicine', 'Melee', 'Occult', 'Politics', 'Presence', 'Science', 'Stealth', 'Survival', 'Thrown', 'Other1', 'Other2', 'Other3', 'Other4', 'Other5', 'Other6', 'Other7', 'Other8', 'Other9', 'join_battle'];
skills.forEach(function (skill) {
'use strict';
// relevantAttrs is e.g. ['Apperance', 'Charisma', ... , 'Appearance_box', ... , 'Academics_attrib']