Skip to content

Commit

Permalink
70,000 points!
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesbowkett committed Aug 13, 2010
1 parent bcf4fc2 commit 2551333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/console_game.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def display_kaboom(kaboom)
3.times do
3.times {print " #{kaboom} "}
puts
puts "CLEARED THAT MOTHERFUCKER!!!!" if @grid.cleared?
puts "CLEARED THAT MOTHERFUCKER!!!! 70,000 POINT BONUS!!!!" if @grid.cleared?
end
display_grid
end
Expand Down

0 comments on commit 2551333

Please sign in to comment.