removed TODO comment

This commit is contained in:
Frederico Santos 2024-05-11 16:58:42 +01:00
parent 6b78c366c7
commit 7796fd5261

View File

@ -1040,7 +1040,6 @@ export class MultiHitAttr extends MoveAttr {
break; break;
case MultiHitType._3_INCR: case MultiHitType._3_INCR:
hitTimes = 3; hitTimes = 3;
// TODO: Add power increase for every hit
break; break;
case MultiHitType._1_TO_10: case MultiHitType._1_TO_10:
{ {