diff --git a/devTools/javaSanityCheck/excluded b/devTools/javaSanityCheck/excluded
index 366db3e9aa9371a806d9aca79aa126e135f8f71c..f4939870ee93b14bd0a0d7b9467e378624f68a52 100644
--- a/devTools/javaSanityCheck/excluded
+++ b/devTools/javaSanityCheck/excluded
@@ -12,4 +12,5 @@ src/pregmod/editGenetics.tw;L
 src/001-lib/Jquery/Jquery.js;O
 src/001-lib/mousetrap/mousetrap.js;O
 src/002-config/sugarCubeConfig.js;O
-src/SecExp/secExp.js;O
\ No newline at end of file
+src/SecExp/js/secExp.js;O
+src/js/economyJS.js;S
\ No newline at end of file
diff --git a/src/SecExp/js/secExpState.js b/src/SecExp/js/secExpState.js
index 4d173c1663d100bd31965204ff7c8c0ef292713c..9ef180c1454f5daae928fdcfb9d1c7a1a4a45b76 100644
--- a/src/SecExp/js/secExpState.js
+++ b/src/SecExp/js/secExpState.js
@@ -111,8 +111,6 @@ App.SecExp.SecurityExpansionState = class SecurityExpansionState {
 		this.security = new App.SecExp.securityState();
 		this.buildings = new App.SecExp.buildingState();
 		this.proclamation = new App.SecExp.buildingState();
-
-		this.pcWounded = 0;
 	}
 
 	/** Creates an object suitable for setting nested attributes as it would be a SecurityExpansionState
diff --git a/src/uncategorized/persBusiness.tw b/src/uncategorized/persBusiness.tw
index d08217cb045c46527939186e1a27b678de0961d3..666c0e5a1f10550fa14768d3fc9c63b7f1f6634b 100644
--- a/src/uncategorized/persBusiness.tw
+++ b/src/uncategorized/persBusiness.tw
@@ -28,8 +28,8 @@
 		<</if>>
 	<</if>>
 <<elseif $PCWounded>>
-	<<if $PCWoundedWounded > 0>>
-		<<set $PCWoundedWounded-->>
+	<<if $PCWounded > 0>>
+		<<set $PCWounded-->>
 		The injuries received in the recent battle prevents you from engaging in tiring endeavors.
 		<<if $PCWounded > 1>>
 			Your trusted physician believes it will still take a few weeks to fully recover.