Skip to content
Snippets Groups Projects
Commit e5fd95dd authored by lowercasedonkey's avatar lowercasedonkey
Browse files

textbox for hair

parent 85398ba6
No related branches found
No related tags found
No related merge requests found
...@@ -204,7 +204,8 @@ App.UI.salon = function(slave, cheat = false) { ...@@ -204,7 +204,8 @@ App.UI.salon = function(slave, cheat = false) {
if (slave.hLength > 1) { if (slave.hLength > 1) {
// Original color // Original color
if (cheat) { if (cheat) {
option = options.addOption("Natural color", "origHColor", slave); option = options.addOption("Natural color", "origHColor", slave)
.showTextBox();
for (const color of App.Medicine.Modification.Color.Primary) { for (const color of App.Medicine.Modification.Color.Primary) {
option.addValue(capFirstChar(color.value), color.value, billMod); option.addValue(capFirstChar(color.value), color.value, billMod);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment