Skip to content
Snippets Groups Projects
Commit 91dad174 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'penthouse-passage-fixes' into 'pregmod-master'

penthouse passage fixes

Closes #2771

See merge request pregmodfan/fc-pregmod!8743
parents 2676c297 00b1fb39
No related branches found
No related tags found
No related merge requests found
...@@ -481,7 +481,7 @@ App.UI.managePenthouse = function() { ...@@ -481,7 +481,7 @@ App.UI.managePenthouse = function() {
if (V.seePee === 1) { if (V.seePee === 1) {
r = []; r = [];
if (V.wcPiping === 0) { 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 { } else {
r.push(`The plumbing underneath the slave bathrooms connects to various taps throughout the penthouse that can dispense its contents when needed.`); 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() { ...@@ -490,11 +490,11 @@ App.UI.managePenthouse = function() {
r = []; r = [];
if (V.studio === 0) { 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 { } else {
r.push(`The arcology's video systems are connected to a media hub that can convert slave video feeds into pornography.`); 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) { 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 { } else {
r.push(`It has been upgraded to allow superior control of a slave's pornographic content.`); r.push(`It has been upgraded to allow superior control of a slave's pornographic content.`);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment