diff --git a/src/npc/startingGirls/startingGirls.js b/src/npc/startingGirls/startingGirls.js index 6d8a0a0fbbc4ccea21aec518bd38f24f7bdc7d96..4587662dbcfce2b54be26b4c2f9fe69a6c66f823 100644 --- a/src/npc/startingGirls/startingGirls.js +++ b/src/npc/startingGirls/startingGirls.js @@ -1658,7 +1658,9 @@ App.StartingGirls.profile = function(slave, cheat = false) { .pulldown(); if (V.seeRace === 1) { - options.addOption(`${His} ethnicity is`, "race", slave).showTextBox().pulldown() + options.addOption(`${His} original ethnicity was`, "race", slave).showTextBox().pulldown() + .addValueList(Array.from(App.Data.misc.filterRaces, (k => [k[1], k[0]]))); + options.addOption(`${His} current ethnicity is`, "race", slave).showTextBox().pulldown().addComment("If different from original ethnicity, slave will be described as surgically altered.") .addValueList(Array.from(App.Data.misc.filterRaces, (k => [k[1], k[0]]))); }