|
|
|
@ -18,7 +18,7 @@ if($technick1['type'] == "majin") {
|
|
|
|
|
$aktion_AV1[$x] = "nein";
|
|
|
|
|
$k_mp[0] = 0;
|
|
|
|
|
} else {
|
|
|
|
|
$options = php_json_decode($technick1['options'], true);
|
|
|
|
|
$options = json_decode($technick1['options'], true);
|
|
|
|
|
|
|
|
|
|
// options is now an array with following input possible ...
|
|
|
|
|
// 'attribute' => array('strength', 'defense', 'speed')
|
|
|
|
@ -64,7 +64,7 @@ if($technick1['type'] == "majin") {
|
|
|
|
|
$aktion_AV2[$x] = "nein";
|
|
|
|
|
$k_mp[1] = 0;
|
|
|
|
|
} else {
|
|
|
|
|
$options = php_json_decode($technick1['options'], true);
|
|
|
|
|
$options = json_decode($technick2['options'], true);
|
|
|
|
|
|
|
|
|
|
// options is now an array with following input possible ...
|
|
|
|
|
// 'attribute' => array('strength', 'defense', 'speed')
|
|
|
|
|