Skip to content

Commit

Permalink
Reword graduation bonus message
Browse files Browse the repository at this point in the history
Though we need to handle plurals
  • Loading branch information
euricaeris committed Jun 18, 2017
1 parent 3e5b392 commit f1abc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game.js
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ Idol.prototype.showDetail = function() {

askUser(
template.replace('<idol>', self.name) +
' The other idols in the rest of your agency get ' + bonus.toString(10) + ' stat bonusses each.'
' The other idols in the rest of your agency get ' + bonus.toString(10) + ' bonus stat points each.'
);

celebrate();
Expand Down

0 comments on commit f1abc4b

Please sign in to comment.