GM Attack CopyMove needs to copy Type too

This commit is contained in:
JappaWakka 2025-02-01 18:07:07 +01:00
parent 540186d2ea
commit 6a4615f1e1
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@
move.gmCopyMove = CInt(value)
Dim _attack As Attack = Attack.GetAttackByID(move.gmCopyMove)
move.Type = _attack.Type
move.Power = _attack.Power
move.Accuracy = _attack.Accuracy
move.Name = _attack.Name