Skip to content

Commit

Permalink
more minanyms
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 4, 2017
1 parent 09fb85f commit 19eeeb4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,14 @@ local minanyms = {
"BARK ON MOONSTRING",
"CARAMEL CANDELABRABELLUM",
"PATENTED TOILET MYTHOS",
"MOONAR LANDING - THE RETURWN"
"MOONAR LANDING - THE RETURWN",
"ORANGE BLOSSOM SPECIAL",
"SERENADE UNDER PORCUPINE",
"PURPLE PARKING METERSTICK",
"SERRATED HAMBURGER",
"INTERGALACTIC TURKEY",
"BICYCLE LAUGH",
"GODLY PLATE OF THE WHALE"
}

math.random()
Expand Down
2 changes: 1 addition & 1 deletion src/HighScore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Grade HighScoreImpl::GetWifeGrade() const {

if (fWifeScore >= 0.9998f)
return Grade_Tier01;
if (fWifeScore >= 0.9975f)
if (fWifeScore >= 0.996f)
return Grade_Tier02;
if (fWifeScore >= 0.93f)
return Grade_Tier03;
Expand Down

0 comments on commit 19eeeb4

Please sign in to comment.