From: Ian Jackson Date: Sun, 10 Jan 2021 23:48:19 +0000 (+0000) Subject: penultimae: remove flags from example X-Git-Tag: otter-0.3.0~93 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=559929a69ad74a764caa85bab9e639d4cb1226c6;p=otter.git penultimae: remove flags from example Black flags do not render well on light squares - the flagpole is invisible. Leave the in the library in case someone really wants them. Signed-off-by: Ian Jackson --- diff --git a/specs/penultima.game.toml b/specs/penultima.game.toml index a98a9a22..33a49369 100644 --- a/specs/penultima.game.toml +++ b/specs/penultima.game.toml @@ -155,7 +155,7 @@ type = "LibList" lib = "wikimedia" prefix = "chess-w-" items = ["commoner","elephant","knight-king","mann","zebra", - "ship","giraffe","cannon","flag"] + "ship","giraffe","cannon"] posd = [10, 0] [[pieces]] @@ -164,7 +164,7 @@ type = "LibList" lib = "wikimedia" prefix = "chess-w-" items = ["commoner","elephant","knight-king","mann","zebra", - "ship","giraffe","cannon","flag"] + "ship","giraffe","cannon"] posd = [10, 0] [[pieces]] @@ -173,7 +173,7 @@ type = "LibList" lib = "wikimedia" prefix = "chess-b-" items = ["commoner","elephant","knight-king","mann","zebra", - "ship","giraffe","cannon","flag"] + "ship","giraffe","cannon"] posd = [10, 0] [[pieces]] @@ -182,5 +182,5 @@ type = "LibList" lib = "wikimedia" prefix = "chess-b-" items = ["commoner","elephant","knight-king","mann","zebra", - "ship","giraffe","cannon","flag"] + "ship","giraffe","cannon"] posd = [10, 0]