mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-11 07:39:39 +07:00
Fixed magic turret items / Ground zero map tweaks
This commit is contained in:
parent
2904bc69d9
commit
c8fa116a24
Binary file not shown.
@ -66,7 +66,6 @@ public class ItemTurret extends CooledTurret{
|
|||||||
|
|
||||||
BulletType type = ammo.get(item);
|
BulletType type = ammo.get(item);
|
||||||
entity.totalAmmo += type.ammoMultiplier;
|
entity.totalAmmo += type.ammoMultiplier;
|
||||||
entity.items.add(item, 1);
|
|
||||||
|
|
||||||
//find ammo entry by type
|
//find ammo entry by type
|
||||||
for(int i = 0; i < entity.ammo.size; i++){
|
for(int i = 0; i < entity.ammo.size; i++){
|
||||||
|
@ -90,7 +90,6 @@ public abstract class Turret extends Block{
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void load(){
|
public void load(){
|
||||||
super.load();
|
super.load();
|
||||||
|
Loading…
Reference in New Issue
Block a user