diff --git a/src/endWeek/saLongTermEffects.js b/src/endWeek/saLongTermEffects.js
index 38038389b35c637336b40c35eb4ba4a12e1fd313..4b3eccf87f9d186e53d9397df6fdc10653b1c961 100644
--- a/src/endWeek/saLongTermEffects.js
+++ b/src/endWeek/saLongTermEffects.js
@@ -1549,7 +1549,7 @@ App.SlaveAssignment.longTermEffects = (function() {
 				if (random(1, 500) > 500 + slave.devotion) {
 					effect = random(1, 6);
 					r.push(`Being so angry at ${his} life as a sex slave has`);
-					if (givingAttention && ["build her devotion", "look after her", "soften her behavioral flaw", "soften her sexual flaw", "teach her"].includes(V.personalAttention[givingAttention].trainingRegimen)) {
+					if (attention && ["build her devotion", "look after her", "soften her behavioral flaw", "soften her sexual flaw", "teach her"].includes(attention.trainingRegimen)) {
 						r.push(`forced ${him} to face ${his} problems with you. Lending ${him} support makes it <span class="devotion inc">a little more tolerable.</span>`);
 						slave.devotion++;
 					} else if (effect === 1) {