diff --git a/Call_of_Cthulhu_DA/Call_of_Cthulhu_Dark_Ages.css b/Call_of_Cthulhu_DA/Call_of_Cthulhu_Dark_Ages.css
index e015475a91..eaf073daed 100644
--- a/Call_of_Cthulhu_DA/Call_of_Cthulhu_Dark_Ages.css
+++ b/Call_of_Cthulhu_DA/Call_of_Cthulhu_Dark_Ages.css
@@ -3,13 +3,25 @@
}
-
+ .sheet-details_text{
+ width:279px;
+ margin-left:5px;
+}
+
+
+.sheet-details_sex_text{
+ width:189px;
+ margin-left:5px;
+}
.sheet-blank_skill{
width:128px;
}
-
+.sheet-disorders{
+ height:80px;
+ width:97%;
+}
.charsheet div.sheet-skills1 {
display: none;
diff --git a/Call_of_Cthulhu_DA/Call_of_Cthulhu_Dark_Ages.html b/Call_of_Cthulhu_DA/Call_of_Cthulhu_Dark_Ages.html
index 7a88017e51..868b33e897 100644
--- a/Call_of_Cthulhu_DA/Call_of_Cthulhu_Dark_Ages.html
+++ b/Call_of_Cthulhu_DA/Call_of_Cthulhu_Dark_Ages.html
@@ -6,39 +6,40 @@
Dark Ages
Modern
- Invictus
+ Invictus
+ Gaslight
-
+
Characteristics & Rolls
+
+
+
+

+
+
-
+
+
+
+
+
@@ -1851,7 +2331,45 @@
Firearms
Firearm
Current
Skill %
-
Attack Damage
+
Attack Damage
+ Base
Range
+ Shots/
Round
+ Shots
in Gun
+ Malfunct.
Number
+ Hit Points
+
+
+
+
+
+
+
+
+
Firearms
+
Firearm
+
Current
Skill %
+
Attack Damage
Base
Range
Shots/
Round
Shots
in Gun
@@ -2037,6 +2555,16 @@
});
});
+
+ on("change:pow", function() {
+ getAttrs(["POW"], function(values) {
+ console.log("Set stable SAN");
+ var pow = parseInt(values.POW);
+ var stable_san = pow*5;
+ setAttrs({stableSanity:stable_san});
+ });
+ });
+