diff --git a/src/npc/surgery/surgeryDegradation.js b/src/npc/surgery/surgeryDegradation.js index c052d20b632ea0134d392f23cb77a31cb4e0942d..9128cc8d74353f7a0fbd7053cf2324104434e449 100644 --- a/src/npc/surgery/surgeryDegradation.js +++ b/src/npc/surgery/surgeryDegradation.js @@ -967,7 +967,7 @@ App.UI.SlaveInteract.surgeryDegradation = function(slave) { App.Events.addNode(el, r, "p"); r = []; const seed = App.UI.DOM.appendNewElement("div", el, `The implant is highly receptive to fresh sperm right now; it would be trivial to seed it with yours and force ${him} to bear hundreds of your children.`); - App.UI.DOM.appendNewElement("div", el, App.UI.DOM.link( + App.UI.DOM.appendNewElement("div", seed, App.UI.DOM.link( `Seed ${his} pregnancy implant with your genetic material`, () => { const div = document.createElement("div");