diff --git a/src/facilities/penthouse/penthousePassage.js b/src/facilities/penthouse/penthousePassage.js
index 93661633bf7c7c6fb584a0619224e5bb52640d0d..fae3656feaea96596353fd42f0f37d4732b4c181 100644
--- a/src/facilities/penthouse/penthousePassage.js
+++ b/src/facilities/penthouse/penthousePassage.js
@@ -481,7 +481,7 @@ App.UI.managePenthouse = function() {
 		if (V.seePee === 1) {
 			r = [];
 			if (V.wcPiping === 0) {
-				r.push(makeLink("Install pipes connecting the slave bathrooms to the rest of your penthouse for use in watersports", () => { V.wcPiping = 1; }), 10000);
+				r.push(makeLink("Install pipes connecting the slave bathrooms to the rest of your penthouse for use in watersports", () => { V.wcPiping = 1; }, 10000));
 			} else {
 				r.push(`The plumbing underneath the slave bathrooms connects to various taps throughout the penthouse that can dispense its contents when needed.`);
 			}
@@ -490,11 +490,11 @@ App.UI.managePenthouse = function() {
 
 		r = [];
 		if (V.studio === 0) {
-			r.push(makeLink("Install a media hub to convert slave video feeds into pornography", () => { V.studio = 1; }), 10000);
+			r.push(makeLink("Install a media hub to convert slave video feeds into pornography", () => { V.studio = 1; }, 10000));
 		} else {
 			r.push(`The arcology's video systems are connected to a media hub that can convert slave video feeds into pornography.`);
 			if (V.studioFeed === 0) {
-				r.push(makeLink("Upgrade the media hub to allow better control of pornographic content|Manage Penthouse", () => { V.studioFeed = 1; }), 15000);
+				r.push(makeLink("Upgrade the media hub to allow better control of pornographic content", () => { V.studioFeed = 1; }, 15000));
 			} else {
 				r.push(`It has been upgraded to allow superior control of a slave's pornographic content.`);
 			}