diff --git a/src/interaction/main/mainLinks.js b/src/interaction/main/mainLinks.js index 65430da9617ea8a2668f7a93c16e25a03357d9fc..5253093cfd16e45ba9e71611a46c8f7c2bcbaf61 100644 --- a/src/interaction/main/mainLinks.js +++ b/src/interaction/main/mainLinks.js @@ -37,7 +37,12 @@ App.UI.View.MainLinks = function() { r += `You plan to make some easy (but dirty) money this week.`; break; case "HG": - r += `You plan to support your Head Girl this week, so ${he} can give more slaves ${his} attention.`; + r += `You plan to support your Head Girl this week, `; + if (V.HeadGirl) { + r += `so ${he} can give more slaves ${his} attention.`; + } else { + r += `should you assign one.`; + } break; case "sex": r += `You plan to have as much sex with your slaves as possible this week.`;