Apply suggestions from code review

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Sirz Benjie 2025-04-30 15:41:42 -05:00
parent 947eab2655
commit 2c9ff8f875
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E
2 changed files with 1 additions and 1 deletions

View File

@ -812,7 +812,6 @@ export default class Move implements Localizable {
const typeChangeMovePowerMultiplier = new NumberHolder(1); const typeChangeMovePowerMultiplier = new NumberHolder(1);
const typeChangeHolder = new NumberHolder(this.type); const typeChangeHolder = new NumberHolder(this.type);
// apply move type changing ability attributes
applyPreAttackAbAttrs(MoveTypeChangeAbAttr, source, target, this, true, typeChangeHolder, typeChangeMovePowerMultiplier); applyPreAttackAbAttrs(MoveTypeChangeAbAttr, source, target, this, true, typeChangeHolder, typeChangeMovePowerMultiplier);
const sourceTeraType = source.getTeraType(); const sourceTeraType = source.getTeraType();

View File

@ -18,6 +18,7 @@ import { toDmgValue } from "#app/utils/common";
* a different type and boost their power * a different type and boost their power
* *
* Includes * Includes
* - Aerialate
* - Galvanize * - Galvanize
* - Pixilate * - Pixilate
* - Refrigerate * - Refrigerate