Skip to content

Commit

Permalink
Fix artifact option validation
Browse files Browse the repository at this point in the history
  • Loading branch information
micahstairs committed Oct 28, 2023
1 parent 4b4ee8e commit 54c86a6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions gameoptions.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
1 => array(
array('type' => 'maxplayers', 'value' => 4, 'gamestartonly' => true, 'message' => totranslate('5 player games can only be played when using the 4th edition rules')),
array('type' => 'otheroption', 'id' => 106, 'value' => 1, 'message' => totranslate('The Unseen expansion can only be played when using the 4th edition rules')),
array('type' => 'otheroptionisnot', 'id' => 102, 'value' => 3, 'message' => totranslate('Relics are not part of the 4th edition rules')),
),
// 2 => array(
/* TODO(4E): Retire 1st editiion. */
Expand Down Expand Up @@ -118,11 +119,6 @@
'tmdisplay' => totranslate('Artifacts Expansion with Relics')
),
),
'startcondition' => array(
1 => array(
array('type' => 'otheroptionisnot', 'id' => 102, 'value' => 3, 'message' => totranslate('Relics are not part of the 4th edition rules')),
),
),
),

103 => array(
Expand Down

0 comments on commit 54c86a6

Please sign in to comment.