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")) {