From c1de3a28e062b417560ea73f7ff7c2cc1a8aaf37 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Wed, 16 Dec 2020 22:56:22 -0500 Subject: [PATCH] even better --- src/facilities/salon/salonPassage.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/facilities/salon/salonPassage.js b/src/facilities/salon/salonPassage.js index 895f04ef4d9..7e0d601640c 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); -- GitLab