Dragonbane - Bug fix - small adjustment on spell cost calc

This commit is contained in:
Jorge
2026-06-17 11:51:44 +01:00
parent 8c7f1e41b6
commit 358be0bac6
+1 -2
View File
@@ -4512,8 +4512,7 @@ const calcCost = function({trigger,attributes,sections,casc}){
return 1;
}
const rank = parseInt(attributes[`${row}_rank`]) || 1;
return rank * 2;
return 2;
};
k.registerFuncs({calcCost});/**
* Calculates the size of the deck remaining