if (key >= 1 && key <= state.producers.length) {
state.gold -= state.producers[key - 1].cost
state.producers[key - 1].cost *= state.producers[key - 1].growthRate
state.producers[key - 1].count++
state.productionRate += state.producers[key - 1].baseProduction / 1000 * state.tickSpeed
updateProducerList(term, state)
term.moveTo(1, 3)
term(
PRODUCTION RATE:)
term.moveTo(25, 3)
term.eraseLineAfter()
let speedProductionRate = state.productionRate * 1000 / state.tickSpeed
term.green(speedProductionRate.toFixed(1))
return state.gold//producers[key - 1]
}
@Coderslang_Master допоможи))) якщо я правильно зрозуміла, повинне відображатися значення видобутку за секунду, в мене ніби все вірно локально, а при перевірці помилка