diff --git a/src/endWeek/saPregnancy.js b/src/endWeek/saPregnancy.js
index 7411e739ccf258926f74c1f3618b767d01c62f1f..4ed68a461faecb90d59026b3bd27ca3dd6ee9f6b 100644
--- a/src/endWeek/saPregnancy.js
+++ b/src/endWeek/saPregnancy.js
@@ -313,8 +313,8 @@ App.SlaveAssignment.pregnancy = (function() {
 			slave.devotion += 1;
 			if (slave.relationship === -3) {
 				r.push(`This is compounded by the fact that ${he} is your <span class="devotion inc">devoted ${wife}</span> and <span class="trust inc">feels it is ${his} duty</span> to bear your children.`);
-				slave.devotion -= 5;
-				slave.trust -= -5;
+				slave.devotion += 5;
+				slave.trust += 5;
 			}
 		}
 		if (slave.pregSource === slave.relationshipTarget && slave.relationship > 2) {