mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-25 00:39:27 +02:00
Update src/modifier/modifier.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
6121adbcdd
commit
7485597267
@ -2598,7 +2598,7 @@ export class HealShopCostModifier extends PersistentModifier {
|
|||||||
}
|
}
|
||||||
|
|
||||||
apply(args: any[]): boolean {
|
apply(args: any[]): boolean {
|
||||||
const moneyCost = args[0] as Utils.IntegerHolder;
|
const moneyCost = args[0] as Utils.NumberHolder;
|
||||||
moneyCost.value = Math.floor(moneyCost.value * this.shopMultiplier);
|
moneyCost.value = Math.floor(moneyCost.value * this.shopMultiplier);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user