Skip to content

Commit

Permalink
Set new ArrowIV base class to Abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleet01 committed Sep 13, 2023
1 parent 95577e2 commit edc52fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megamek/src/megamek/common/weapons/artillery/ArrowIV.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/


public class ArrowIV extends ArtilleryWeapon {
public abstract class ArrowIV extends ArtilleryWeapon {
private static final long serialVersionUID = -4495524659692575107L;

// Air-Defense Arrow IV (ADA) missile ranges differ from normal Arrow IV ammo
Expand Down

0 comments on commit edc52fb

Please sign in to comment.