mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Dragonbane - Bug fix - small adjustment on spell cost calc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user