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.


git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@826 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
coppro
2008-01-22 02:33:25 +00:00
parent 107227b24a
commit 75a4adcf57
+1 -1
View File
@@ -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);
}