hopMother

new mob type: hopMother - hoppers that drop eggs that explode on contact and after several seconds they hatch into baby hoppers
  regular hopper mobs have more life and more damage

a few bug fixes
This commit is contained in:
landgreen
2023-09-30 20:02:50 -07:00
parent bf5f8661fc
commit b14f2c1eca
6 changed files with 168 additions and 521 deletions

View File

@@ -1372,7 +1372,7 @@ window.addEventListener("keydown", function (event) {
}
break
}
if (b.inventory.length > 1 && !simulation.testing) {
if (b.inventory.length > 1 && !simulation.testing && !tech.isGunCycle) {
switch (event.code) {
case "Digit1":
simulation.switchToGunInInventory(0);