We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b7bb6 commit 44787dbCopy full SHA for 44787db
src/starpocalypse/salvage/DerelictModifyingScript.java
@@ -72,7 +72,7 @@ private void forceStoryPointRecovery(SectorEntityToken entity) {
72
log.info("Found new salvageable: " +entity.getFullName()+ " in " + entity.getContainingLocation().getName());
73
for(ShipRecoverySpecial.PerShipData ship:((ShipRecoverySpecial.ShipRecoverySpecialData) specialData).ships)
74
{
75
- if(ship.getVariant() == null || memory.contains("$hamatsu")) //Yes null variant this can occur.
+ if(ship.getVariant() == null || memory.contains("$hamatsu") || memory.contains("$onslaughtMkI") || memory.contains("$ziggurat")) //Yes null variant this can occur.
76
77
continue;
78
}
0 commit comments