sort
pause menu can sort tech by keywords tech: mechatronics - randomly add +(7 to 13)% damage a few new images bug fixes cherenkov radiation damage bug fixed it does much more damage and matches the description
This commit is contained in:
@@ -188,7 +188,8 @@ const mobs = {
|
||||
who.status.push({
|
||||
effect() {
|
||||
if ((simulation.cycle - this.startCycle) % 30 === 0) {
|
||||
let dmg = m.dmgScale * this.dmg * tech.radioactiveDamage
|
||||
let dmg = m.dmgScale * tech.radioactiveDamage * this.dmg
|
||||
console.log(dmg)
|
||||
who.damage(dmg);
|
||||
if (who.damageReduction) {
|
||||
simulation.drawList.push({ //add dmg to draw queue
|
||||
|
||||
Reference in New Issue
Block a user