plasma bot bug fixes and balance

This commit is contained in:
landgreen
2020-06-29 07:23:20 -07:00
parent c6a397bd3f
commit 00b01bb820
3 changed files with 12 additions and 17 deletions

View File

@@ -1000,7 +1000,9 @@ const mobs = {
}
}
if (Math.random() < mod.isBotSpawner) {
if (Math.random() < 0.25) {
if (Math.random() < 0.2) { //very low chance of plasma bot
b.plasmaBot(this.position)
} else if (Math.random() < 0.25) {
b.nailBot(this.position)
} else if (Math.random() < 0.33) {
b.laserBot(this.position)