mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 22:39:31 +02:00
fix: added missing argument in configuration call of boss legendary
This commit is contained in:
parent
5e7f2042fc
commit
b1dc507cf4
@ -172,7 +172,8 @@ export const DarkDealEncounter: MysteryEncounter =
|
||||
isBoss: true,
|
||||
modifierConfigs: bossModifiers.map(m => {
|
||||
return {
|
||||
modifier: m
|
||||
modifier: m,
|
||||
stackCount: m.getStackCount(),
|
||||
};
|
||||
})
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user