From a30df2ac313ea3a3a499b7077562e630ec9fe6b3 Mon Sep 17 00:00:00 2001 From: Arkerthan <arkerthan@mailbox.org> Date: Sat, 25 Feb 2023 14:24:09 +0100 Subject: [PATCH] Remove old BC repair option --- src/gui/options/options.js | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/gui/options/options.js b/src/gui/options/options.js index a6c6d6ffa9d..9e5acf93d9c 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")) { -- GitLab