Merge pull request #15201 from jofelicio/dragonbane

Dragonbane - Bug fix - small adjustment on spell cost calc
This commit is contained in:
Lucas Hall
2026-06-18 14:27:53 -04:00
committed by GitHub
+1 -2
View File
@@ -4512,8 +4512,7 @@ const calcCost = function({trigger,attributes,sections,casc}){
return 1; return 1;
} }
const rank = parseInt(attributes[`${row}_rank`]) || 1; return 2;
return rank * 2;
}; };
k.registerFuncs({calcCost});/** k.registerFuncs({calcCost});/**
* Calculates the size of the deck remaining * Calculates the size of the deck remaining