tAdd board animal names to gameinfos - hadarawgs - Hadara adaptation for boardgamearena.com
 (HTM) git clone git://git.z3bra.org/hadarawgs.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit c3de55d82edebb6cf3dcf8f956c7de6a54ac6678
 (DIR) parent 59c2df303bc9f73cabbcfc2bb407b193071c48df
 (HTM) Author: Willy Goiffon <dev@z3bra.org>
       Date:   Sat, 29 Feb 2020 13:43:37 +0100
       
       Add board animal names to gameinfos
       
       Diffstat:
         M gameinfos.inc.php                   |       3 +++
       
       1 file changed, 3 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/gameinfos.inc.php b/gameinfos.inc.php
       t@@ -93,6 +93,9 @@ $gameinfos = array(
        // Colors attributed to players
        'player_colors' => array( "ff0000", "008000", "0000ff", "ffa500", "773300" ),
        
       +// Player board animals
       +'player_animals' => array( "dragon", "lion", "monkey", "pegasus", "scarab" ),
       +
        // Favorite colors support : if set to "true", support attribution of favorite colors based on player's preferences (see reattributeColorsBasedOnPreferences PHP method)
        'favorite_colors_support' => true,