Skip to content

Commit

Permalink
Turbot Crane not Turbot Fish
Browse files Browse the repository at this point in the history
Minor change to Name of Turbot Fish
  • Loading branch information
SudokuMonster committed Nov 4, 2019
1 parent a369bf0 commit 9ec46de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions diuf/sudoku/solver/rules/TurbotFishHint.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


/**
* Turbot Fish hints
* Turbot Crane hints
*/
public class TurbotFishHint extends IndirectHint implements Rule, HasParentPotentialHint {

Expand Down Expand Up @@ -136,18 +136,18 @@ else if (emptyRegion1 || emptyRegion2)
static String hintNames[][][] = { //baseSetRegionTypeIndex, coverSetRegionTypeIndex, name/shortName
{ //baseSetRegionTypeIndex = 0 box
{ //coverSetRegionTypeIndex = 0 box
"Turbot Fish", "GXW"
"Turbot Crane", "GXW"
},
{ //coverSetRegionTypeIndex = 1 row
"Turbot Fish", "TF"
"Turbot Crane", "TC"
},
{ //coverSetRegionTypeIndex = 2 column
"Turbot Fish", "TF"
"Turbot Crane", "TC"
}
},
{ //baseSetRegionTypeIndex = 1 row
{ //coverSetRegionTypeIndex = 0 box
"Turbot Fish", "TF"
"Turbot Crane", "TC"
},
{ //coverSetRegionTypeIndex = 1 row
"Skyscraper", "Sky"
Expand All @@ -158,7 +158,7 @@ else if (emptyRegion1 || emptyRegion2)
},
{ //baseSetRegionTypeIndex = 2 column
{ //coverSetRegionTypeIndex = 0 box
"Turbot Fish", "TF"
"Turbot Crane", "TC"
},
{ //coverSetRegionTypeIndex = 1 row
"Two-string Kite", "2SK"
Expand Down

0 comments on commit 9ec46de

Please sign in to comment.