diff --git a/parse.php b/parse.php
index b370a82..9486958 100644
--- a/parse.php
+++ b/parse.php
@@ -20,6 +20,7 @@ print $form ;
}
else {
$ext=array() ;
+ $usedExt=array() ;
$cards=array() ;
$csvfile = fopen('cards.csv', "r") or die( "unable to open card file" ) ;
while( $line = fgetcsv( $csvfile ) ){
@@ -62,10 +63,17 @@ else {
echo "first player is: $first
";
echo "winner is: $winner
" ;
echo "num of turns: $turns
" ;
+ echo "list of expansions used:" ;
+ echo "