sentry tech
tech: cordyceps - sporangium infect mobs, making them fight for you as zombies tech: blast ball - mines fire super balls tech: extended magazine - sentry fires 50% more shots sentry works with foam, nails, or super balls dark patterns - stacks to 9 38->15% damage, 53->15% JUNK electronegativity - stacks to 9 0.12->0.1% damage per energy bug fixes
This commit is contained in:
@@ -1194,7 +1194,7 @@ const mobs = {
|
||||
if (this.isDropPowerUp) {
|
||||
if (this.isSoonZombie) { //spawn zombie on death
|
||||
this.leaveBody = false;
|
||||
let count = 45 //delay spawn cycles
|
||||
let count = 5 //delay spawn cycles
|
||||
let cycle = () => {
|
||||
if (count > 0) {
|
||||
if (m.alive) requestAnimationFrame(cycle);
|
||||
|
||||
Reference in New Issue
Block a user