diff --git a/src/endWeek/healthFunctions.js b/src/endWeek/healthFunctions.js
index 48f703057d7b9e5c00cd269a156df4a0a4671089..24f28c49bbf2d4b90dc695032fefcb01411a60f8 100644
--- a/src/endWeek/healthFunctions.js
+++ b/src/endWeek/healthFunctions.js
@@ -227,6 +227,9 @@ window.endWeekHealthDamage = function endWeekHealthDamage(slave) {
 		shortToLong += Math.trunc(shortToCondition * 0.25); // 25% of transferred damage gets added to long term damage, minimum of 16 short term damage before any long term damage is accumulated
 		H.longDamage += shortToLong;
 	}
+	if (V.disableLongDamage) {
+		H.longDamage = 0;
+	}
 
 	// Making sure condition doesn't get too high
 	if (H.condition > 150) {
diff --git a/src/uncategorized/options.tw b/src/uncategorized/options.tw
index c93dfcad7a8c57138afb05bebdc037c5072f2f3e..8d46688a401d5d2be6960145f382a13b72ae17b7 100644
--- a/src/uncategorized/options.tw
+++ b/src/uncategorized/options.tw
@@ -488,6 +488,12 @@ This save was created using FC version $ver build $releaseID.
 			<<option 1 "Disabled">>
 			<<option 0 "Enabled">>
 		<</options>>
+		
+		<<options $disableLongDamage>>
+			Disables the long term damage mechanic. //Temp option//
+			<<option 1 "Disabled">>
+			<<option 0 "Enabled">>
+		<</options>>
 
 		<<options $diversePronouns>>
 			Experimental male pronouns are currently