mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 21:31:39 -05:00
Update groupMargin.js
This commit is contained in:
@@ -43,6 +43,9 @@ var loadMarginVersion = async () => {
|
|||||||
if (card.version.includes('saga')) {
|
if (card.version.includes('saga')) {
|
||||||
sagaEdited();
|
sagaEdited();
|
||||||
}
|
}
|
||||||
|
if (card.version.includes('class')) {
|
||||||
|
classEdited();
|
||||||
|
}
|
||||||
drawTextBuffer();
|
drawTextBuffer();
|
||||||
drawFrames();
|
drawFrames();
|
||||||
bottomInfoEdited();
|
bottomInfoEdited();
|
||||||
|
Reference in New Issue
Block a user