diff --git a/src/interaction/siWardrobe.js b/src/interaction/siWardrobe.js index f96852577536616ffb2659d98d57e94ae1eeecc8..35319cd3bc907da8b19f3c0902245812f34404c5 100644 --- a/src/interaction/siWardrobe.js +++ b/src/interaction/siWardrobe.js @@ -1137,7 +1137,7 @@ App.UI.SlaveInteract.wardrobe = function(slave) { lovers.push(App.Data.FutureSociety.records[FS].noun); } if (lovers.length > 0) { - desc += (` ${arrayToSentence(lovers)} will ${value} this. `); // TODO: Please move tooltip to array when that becomes possible + desc += (` ${arrayToSentence(lovers)} will ${value} this look. `); // TODO: Please move tooltip to array when that becomes possible } } }