From fabe2d5bc87e453f0a1935bcb0002f98ba0ba558 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Tue, 29 Dec 2020 20:33:47 -0500 Subject: [PATCH] add word "look" to tooltip --- src/interaction/siWardrobe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interaction/siWardrobe.js b/src/interaction/siWardrobe.js index f9685257753..35319cd3bc9 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 } } } -- GitLab