Skip to content

Commit

Permalink
simplify crazyhouse headline
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Jan 26, 2016
1 parent bd378b1 commit de86cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/variant/Crazyhouse.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ case object Crazyhouse extends Variant(
key = "crazyhouse",
name = "Crazyhouse",
shortName = "crazy",
title = "Every time a piece is captured the capturing player gets a piece of the same type and of their color in their reserve.",
title = "Captured pieces can be dropped back on the board instead of moving a piece.",
standardInitialPosition = true) {

private def canDropPawnOn(pos: Pos) = (pos.y != 1 && pos.y != 8)
Expand Down

0 comments on commit de86cf6

Please sign in to comment.