images back
images are back as an option due to public outcry bug fixes getting a power up quickly after warp, difficulty or instructions power ups was making the screen go blank heuristics resets on death properly now
This commit is contained in:
@@ -1287,13 +1287,14 @@ const tech = {
|
||||
},
|
||||
refundAmount: 0,
|
||||
remove() {
|
||||
if (this.count && m.alive) {
|
||||
for (let i = 0; i < this.totalRate.length; i++) tech.fireRate *= this.totalRate[i]
|
||||
if (this.count) {
|
||||
// for (let i = 0; i < this.totalRate.length; i++) tech.fireRate *= this.totalRate[i]
|
||||
if (this.refundAmount > 0) {
|
||||
tech.removeJunkTechFromPool(this.refundAmount)
|
||||
this.refundAmount = 0
|
||||
}
|
||||
}
|
||||
tech.fireRate = 1
|
||||
this.totalRate.length = 0
|
||||
b.setFireCD();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user