diff --git a/src/events/assistant/assistantMarket.js b/src/events/assistant/assistantMarket.js
index 735ef655910e0eb5d4be760945fa2cc59a118514..a9ff1ff9a4f0fb215a647fd735e29e1c7a44b949 100644
--- a/src/events/assistant/assistantMarket.js
+++ b/src/events/assistant/assistantMarket.js
@@ -109,9 +109,8 @@ App.Events.assistantMarket = class assistantMarket extends App.Events.BaseEvent
 			r.push(`${HisA} avatar bounces towards the ¤ symbol. "This avatar indicates the automated trading systems. If you wish to activate them, please visit my menu. Consider the options there carefully before offering an automated system access to your finances."`);
 		}
 
-		r.push(App.UI.DOM.makeElement("h3", "Personal Assistant and Market Assistant relationship styles"));
 		App.Events.addParagraph(node, r);
-
+		App.UI.DOM.appendNewElement("h3", node, "Personal Assistant and Market Assistant relationship styles");
 
 		if (V.assistant.personality !== 0 && V.assistant.appearance !== "normal") {
 			const responses = [
diff --git a/src/events/assistant/assistantName.js b/src/events/assistant/assistantName.js
index 075b64e9eb22e87e4070ed16b61d9e7c5cfb7e98..f38c7a24ad648985caa232176f8cd08fa0ddee3a 100644
--- a/src/events/assistant/assistantName.js
+++ b/src/events/assistant/assistantName.js
@@ -12,6 +12,7 @@ App.Events.assistantName = class assistantName extends App.Events.BaseEvent {
 	}
 
 	execute(node) {
+		V.assistant.announcedName = 1;
 		const {
 			HeA, HisA,
 			heA, hisA, himA, himselfA,
@@ -158,7 +159,6 @@ App.Events.assistantName = class assistantName extends App.Events.BaseEvent {
 				V.assistant.name = v;
 				const el = new DocumentFragment();
 				const r = [];
-				V.assistant.announcedName = 1;
 				if (V.assistant.name !== "your personal assistant") {
 					r.push(`"${V.assistant.name}," ${heA} says. "${V.assistant.name}. My name is ${V.assistant.name}."`);
 					switch (V.assistant.appearance) {
diff --git a/src/gui/options/options.js b/src/gui/options/options.js
index a6c6d6ffa9d0f025c7f5afe5fbf8a278d314e35f..9e5acf93d9c12c9837dc971ab130284cfb0c985b 100644
--- a/src/gui/options/options.js
+++ b/src/gui/options/options.js
@@ -107,25 +107,6 @@ App.UI.optionsPassage = function() {
 			);
 		}
 
-		if (V.releaseID === 1057) {
-			links.push(
-				App.UI.DOM.link(
-					`Free male anatomy removal due to accidentally flawed updater`,
-					() => {
-						V.PC.dick = 0;
-						V.PC.balls = 0;
-						V.PC.prostate = 0;
-						V.PC.scrotum = 0;
-						V.PC.ballsImplant = 0;
-						jQuery(results).empty().append(`Cash reset to ${V.cash}`);
-					},
-					[],
-					"Options",
-					"Use this if your female PC picked up a few extra parts during the conversion process.",
-				)
-			);
-		}
-
 		App.UI.DOM.appendNewElement("div", el, App.UI.DOM.generateLinksStrip(links));
 
 		if ((V.releaseID >= 1000) || V.ver.startsWith("0.9") || V.ver.startsWith("0.8") || V.ver.startsWith("0.7") || V.ver.startsWith("0.6")) {