changed stack size to 1

This commit is contained in:
Matthew Mc Gregor 2024-05-21 21:07:19 +02:00
parent f10da84389
commit 3cf74225bc

View File

@ -1960,7 +1960,7 @@ export class AbilityScannerModifier extends PersistentModifier {
}
getMaxStackCount(scene: BattleScene): integer {
return 3;
return 1;
}
}