mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 06:49:35 +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,
|
isBoss: true,
|
||||||
modifierConfigs: bossModifiers.map(m => {
|
modifierConfigs: bossModifiers.map(m => {
|
||||||
return {
|
return {
|
||||||
modifier: m
|
modifier: m,
|
||||||
|
stackCount: m.getStackCount(),
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user