Skip to content

Commit 026ec7e

Browse files
committed
Fix retreat threshold exclusions.
1 parent 336b9be commit 026ec7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/hullmods/Retreat.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class RetreatNoMissiles : BaseHullMod() {
1717

1818
abstract class BaseRetreatThreshold(val id: String) : BaseHullMod() {
1919
companion object {
20-
val IDS = setOf(RetreatMalfunction().id, RetreatCritical().id)
20+
val IDS = setOf(RetreatMalfunction().id, RetreatCritical().id, NoCrRetreat().id, NoRetreat().id)
2121
}
2222

2323
override fun isApplicableToShip(ship: ShipAPI): Boolean {

0 commit comments

Comments
 (0)