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);
|
||||
entity.totalAmmo += type.ammoMultiplier;
|
||||
entity.items.add(item, 1);
|
||||
|
||||
//find ammo entry by type
|
||||
for(int i = 0; i < entity.ammo.size; i++){
|
||||
|
@ -90,7 +90,6 @@ public abstract class Turret extends Block{
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void load(){
|
||||
super.load();
|
||||
|
Loading…
Reference in New Issue
Block a user