mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-16 17:27:41 +00:00
Update comments
This commit is contained in:
parent
ee03a28de7
commit
2366c68cf4
@ -4956,7 +4956,7 @@ export class WaterSuperEffectTypeMultiplierAttr extends VariableMoveTypeMultipli
|
||||
}
|
||||
|
||||
/**
|
||||
* If move is of type electric or grass it already has super effectiveness against water types and multiplier does not need to recalculate its value.
|
||||
* If move is of type electric it already has super effectiveness against water types and multiplier does not need to recalculate its value.
|
||||
*/
|
||||
if (user.getMoveType(move) !== Type.ELECTRIC) {
|
||||
multiplier.value *= 2 / effectivenessAgainstWater.value;
|
||||
|
Loading…
x
Reference in New Issue
Block a user