diff --git a/src/facilities/salon/salonPassage.js b/src/facilities/salon/salonPassage.js index 895f04ef4d93500dae78dbe81a93176a36bc28b1..7e0d601640c83284882580f315adef9e6ad8bbc8 100644 --- a/src/facilities/salon/salonPassage.js +++ b/src/facilities/salon/salonPassage.js @@ -233,14 +233,7 @@ App.UI.salon = function(slave, cheat = false) { option.addValue(style.title, style.hLength, billMod); } if (!slave.bald && slave.hLength < 150) { - option.customButton( - "Apply extensions", - () => { - slave.hLength += 10; - billMod(); - }, - "Salon" - ); + option.addValue("Apply extensions", slave.hLength + 10, billMod); } } else { option.addValue("Apply hair growth stimulating treatment", 1);