diff --git a/src/npc/startingGirls/editFamily.js b/src/npc/startingGirls/editFamily.js index 74908a704302c4ababcb9b5f6910656c7a3a96c1..8a8c0f1454363159fd6c7fb942844f84db783bb6 100644 --- a/src/npc/startingGirls/editFamily.js +++ b/src/npc/startingGirls/editFamily.js @@ -264,7 +264,7 @@ App.Intro.editFamily = function(slave) { div.append(`${slave.slaveName} is the mother of these children: `); const nameEl = makeElWithID("motheredNames", "span"); - nameEl.append(App.StartingGirls.listOfSlavesWithParent("mother", slave.ID), " "); + nameEl.append(App.StartingGirls.listOfSlavesWithParent("mother", slave.ID) || "None.", " "); div.append(nameEl); linkArray.push( @@ -331,7 +331,7 @@ App.Intro.editFamily = function(slave) { div.append(`${slave.slaveName} is the father of these children: `); const nameEl = makeElWithID("fatheredNames", "span"); - nameEl.append(App.StartingGirls.listOfSlavesWithParent("father", slave.ID), " "); + nameEl.append(App.StartingGirls.listOfSlavesWithParent("father", slave.ID) || "None.", " "); div.append(nameEl); linkArray.push(