acceptsPayload = true (PayloadAmmoTurret) (#7409)

This commit is contained in:
MEEPofFaith
2022-08-21 14:10:39 -07:00
committed by GitHub
parent 11e3f85242
commit 1c3538321b

View File

@@ -26,6 +26,7 @@ public class PayloadAmmoTurret extends Turret{
super(name); super(name);
maxAmmo = 3; maxAmmo = 3;
acceptsPayload = true;
} }
/** Initializes accepted ammo map. Format: [block1, bullet1, block2, bullet2...] */ /** Initializes accepted ammo map. Format: [block1, bullet1, block2, bullet2...] */