mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
add is_default script function
This commit is contained in:
@@ -305,6 +305,10 @@ bool Value::equals(const Value* that) {
|
||||
return this == that;
|
||||
}
|
||||
|
||||
bool Value::isDefault() {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool Value::update(Context& ctx) {
|
||||
updateAge();
|
||||
updateSortValue(ctx);
|
||||
|
||||
Reference in New Issue
Block a user