mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
add get_card_styling function for export scripts
This commit is contained in:
@@ -48,7 +48,8 @@ $built_in_functions = array(
|
||||
'filter_list' =>'',
|
||||
'random_shuffle' =>'',
|
||||
'random_select' =>'',
|
||||
'random_select_many' =>'',
|
||||
'random_select_many' =>'',
|
||||
'get_card_styling' =>'',
|
||||
// keywords
|
||||
'expand_keywords' =>'', 'expand_keywords_rule'=>'expand_keywords',
|
||||
'keyword_usage' =>'',
|
||||
@@ -232,4 +233,4 @@ function highlight_script_string($code) {
|
||||
return $code;
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user