Starsector 0.97a is out! (02/02/24); New blog post: Planet Search Overhaul (07/13/24)
gun.setAmmo(gun.getAmmo() + reload);
gun.setAmmo( Math.min( gun.getAmmo() + reload, gun.getMaxAmmo() ) );
Love your hullmods Protonus.I am especially a fan of the Auxiliary Ordinance Forge. Might I suggest the following change to Line 77 of UGH_AuxOrdinanceForge.java in your compiled JAR?