Skip to content

Commit

Permalink
Added return buttons just in case.
Browse files Browse the repository at this point in the history
  • Loading branch information
Forwaken committed Dec 1, 2024
1 parent c25dcc4 commit 9d4d568
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/menulayers.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ addLayer("otherfeat", {
microtabs: {},
tabFormat: [
["layer-proxy", ["po", [
["clickable", 1],
["blank", "25px"],
["raw-html", function () { return !inChallenge("ip", 11) ? "You have <h3>" + formatWhole(player.po.featureSlots) + "/" + formatWhole(player.po.featureSlotsMax) + "</h3> free feature slots." : "No features for you!"}, { "color": "white", "font-size": "24px", "font-family": "monospace" }],
["raw-html", function () { return inChallenge("ip", 14) ? "You can pick an OTF once you are at pent 15." : ""}, { "color": "white", "font-size": "24px", "font-family": "monospace" }],
Expand Down Expand Up @@ -56,6 +57,7 @@ addLayer("halter", {
microtabs: {},
tabFormat: [
["layer-proxy", ["po", [
["clickable", 1],
["blank", "25px"],
["raw-html", function () { return "<h3>" + player.po.halterText[player.po.halterIndex]}],
["text-input", "halterInput", {
Expand Down

0 comments on commit 9d4d568

Please sign in to comment.