Commit c6de49b4 authored by coppro's avatar coppro

I have made it so that it is possible to access extra card fields through the...

I have made it so that it is possible to access extra card fields through the script as many, many templates are suffering for no good 
reason as a result of them not being scriptable. I understand that the gamme shouldn't be allowed to rely on them, but the styles 
should, and as such, they should definitely be accessible from scripting.
parent a3565fa1
......@@ -73,6 +73,6 @@ IMPLEMENT_REFLECTION(Card) {
}
}
REFLECT(notes);
REFLECT_NO_SCRIPT(extra_data); // don't allow scripts to depend on style specific data
REFLECT(extra_data); // don't allow scripts to depend on style specific data
REFLECT_NAMELESS(data);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment