diff --git a/src/endWeek/saGuardYou.js b/src/endWeek/saGuardYou.js index 8de6917f25c89bd7c7032fed8be16bc73705880c..18b96d005fbaf8e78e28d5b654bf26256389c096 100644 --- a/src/endWeek/saGuardYou.js +++ b/src/endWeek/saGuardYou.js @@ -312,7 +312,7 @@ App.SlaveAssignment.guardYou = (function() { if (candidate) { if ((slave.intelligence + slave.intelligenceImplant - flawedTrainee) > jsRandom(1, 500)) { r.push(`By the end of the week, ${he} is satisfied that ${candidate.slaveName} <span class="green">has the combat skill</span> to contribute to your defense.`); - V.slaves[V.slaveIndices[candidate.ID]].skill.combat = 1; + candidate.skill.combat = 1; } } else { r.push(`${He} finds no suitable candidates to serve as ${his} replacement, leaving ${him} stressed over your future safety. The worry is <span class="red">exhausting</span> and <span class="red">bad for ${his} health.</span>`);