Skip to content

Commit

Permalink
2.8.2
Browse files Browse the repository at this point in the history
- fixed recson S missing a column in weapon data
- fixed advanced avionics being able to be built-in.
  • Loading branch information
scardwell15 committed Feb 28, 2024
1 parent 7788c42 commit ec6741e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified jars/Diable_Avionics.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions src/data/scripts/DAModPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import com.fs.starfarer.api.impl.campaign.shared.SharedData;
import com.fs.starfarer.api.util.Misc;
import data.campaign.DACampaignPlugin;
import data.hullmods.DiableAvionicsUpgrade;
import data.scripts.ai.*;
import data.scripts.world.DiableavionicsGen;
import data.scripts.world.MarketHelpers;
Expand Down Expand Up @@ -133,6 +134,7 @@ public void onGameLoad(boolean newGame) {
if (!Global.getSector().getMemoryWithoutUpdate().contains(MEMKEY_VERSION)
|| ((Double) Global.getSector().getMemoryWithoutUpdate().get(MEMKEY_VERSION)) < 2.82) {

new DiableAvionicsUpgrade();
for (StarSystemAPI system : Global.getSector().getStarSystems()) {
for (CampaignFleetAPI fleet : system.getFleets()) {
for (FleetMemberAPI member : fleet.getMembersWithFightersCopy()) {
Expand Down

0 comments on commit ec6741e

Please sign in to comment.