diff --git a/src/npc/generate/newChildIntro.js b/src/npc/generate/newChildIntro.js index 3af74e4f817ad38f3cf75aa4cdb8f8e80d8cf9e3..99143b6cddefcd8f696b5402e38fa63748f4a56c 100644 --- a/src/npc/generate/newChildIntro.js +++ b/src/npc/generate/newChildIntro.js @@ -377,7 +377,7 @@ App.UI.newChildIntro = function(slave) { App.UI.DOM.link( `Give ${him} a random old Southern-style surname`, () => { - slave.slaveSurname = App.Data.misc.antebellumRevivalistSlaveSurnames.random(); + slave.slaveSurname = App.Data.misc.antebellumSlaveSurnames.random(); slave.birthSurname = slave.slaveSurname; jQuery(surnaming).empty().append(`${V.assistant.name} registers the new ${girl}'s surname as "${slave.slaveSurname}" in your registry.`); jQuery(newName).empty().append(SlaveFullName(slave));