This commit is contained in:
unsoftcapped3 2022-12-23 06:59:57 +00:00
parent f9799c95ed
commit e703ba61c4

View file

@ -25,9 +25,8 @@ const id = "sleigh";
const day = 22; const day = 22;
const layer = createLayer(id, function (this: BaseLayer) { const layer = createLayer(id, function (this: BaseLayer) {
const name = "Sleigh"; const name = "Sleigh";
const color = "#D66B02"; const color = "#D71830";
const colorDark = "#D66B02"; const colorDark = "#A01020";
const maxProgress = 100
function displayCost( function displayCost(
res: Resource<DecimalSource> | Resource<DecimalSource>[], res: Resource<DecimalSource> | Resource<DecimalSource>[],
cost: DecimalSource, cost: DecimalSource,