diff --git a/src/gui/options/options.js b/src/gui/options/options.js index 357d87a5b4ee6699effc2ed76d2983b6e795bce0..b22f7a2f99ed286f0e4596f3b71efe813df9b946 100644 --- a/src/gui/options/options.js +++ b/src/gui/options/options.js @@ -166,7 +166,7 @@ App.UI.optionsPassage = function() { option = options.addOption("Catmod is currently", "seeCats") .addValue("Enabled", 1).on().addValue("Disabled", 0).off(); if (V.seeCats) { - option.addComment("Disabling Catmod will not murder existing catgirls, you have to do that yourself."); + option.addComment(`Disabling Catmod will not murder existing catgirls, you have to do that yourself. <span style="font-style:normal">😿</span>`); } el.append(options.render());