frequency
tech: robotics - 3x frequency of bot tech, spawn a random bot tech: statistical ensemble - 10000% increased frequency of recursive tech you already have non-refundable tech can no longer display as "off" in the experiment menu when you click it a second time these tech can't be removed with out resetting please don't submit bug reports about this... added more junk tech
This commit is contained in:
@@ -2241,12 +2241,11 @@ const b = {
|
||||
//remove all bots techs and convert them to the new type so that tech refunds work correctly
|
||||
let totalTechToConvert = 0 //count how many tech need to be converted
|
||||
for (let i = 0; i < tech.tech.length; i++) {
|
||||
if (tech.tech[i].count && tech.tech[i].isBotTech) {
|
||||
if (tech.tech[i].count && tech.tech[i].isBot) {
|
||||
totalTechToConvert += tech.tech[i].count
|
||||
tech.removeTech(i)
|
||||
}
|
||||
}
|
||||
console.log(totalTechToConvert)
|
||||
|
||||
let name = ""
|
||||
if (type === "nailBotCount") name = "nail-bot"
|
||||
|
||||
Reference in New Issue
Block a user