Skip to content
Snippets Groups Projects
Commit c4776532 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

change comment style

parent f77a657d
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ globalThis.slaveImpactLongTerm = function(slave) {
// Lifetime totals, assistant gated
if (V.assistant.power > 0) {
const _weeksOwned = V.week - slave.weekAcquired;
/* Lifetime expense */
// Lifetime expense
div = document.createElement("div");
div.classList.add("indent");
if (slave.lifetimeCashExpenses < 0) {
......@@ -120,7 +120,7 @@ globalThis.slaveImpactLongTerm = function(slave) {
}
frag.append(div);
/* Lifetime income */
// Lifetime income
div = document.createElement("div");
div.classList.add("indent");
if (slave.lifetimeCashIncome > 0) {
......
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