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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user