mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
A couple corrections to Beleaguered Castle type game categorization.
This commit is contained in:
parent
1ac1fd0452
commit
d73bed3aaa
1 changed files with 4 additions and 3 deletions
|
@ -873,7 +873,8 @@ registerGame(GameInfo(146, StreetsAndAlleys, "Streets and Alleys",
|
|||
GI.SL_MOSTLY_SKILL))
|
||||
registerGame(GameInfo(34, BeleagueredCastle, "Beleaguered Castle",
|
||||
GI.GT_BELEAGUERED_CASTLE | GI.GT_OPEN, 1, 0,
|
||||
GI.SL_MOSTLY_SKILL))
|
||||
GI.SL_MOSTLY_SKILL,
|
||||
altnames=("Laying Siege", "Sham Battle",)))
|
||||
registerGame(GameInfo(145, Citadel, "Citadel",
|
||||
GI.GT_BELEAGUERED_CASTLE | GI.GT_OPEN, 1, 0,
|
||||
GI.SL_MOSTLY_SKILL))
|
||||
|
@ -929,5 +930,5 @@ registerGame(GameInfo(665, PenelopesWeb, "Penelope's Web",
|
|||
GI.GT_BELEAGUERED_CASTLE | GI.GT_OPEN, 1, 0,
|
||||
GI.SL_MOSTLY_SKILL))
|
||||
registerGame(GameInfo(831, Siegecraft, "Siegecraft",
|
||||
GI.GT_BELEAGUERED_CASTLE | GI.GT_OPEN | GI.GT_ORIGINAL,
|
||||
1, 0, GI.SL_MOSTLY_SKILL))
|
||||
GI.GT_BELEAGUERED_CASTLE | GI.GT_OPEN, 1, 0,
|
||||
GI.SL_MOSTLY_SKILL))
|
||||
|
|
Loading…
Add table
Reference in a new issue