mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 00:04:33 +02:00
GM Attack CopyMove needs to copy Type too
This commit is contained in:
parent
540186d2ea
commit
6a4615f1e1
@ -62,6 +62,7 @@
|
|||||||
move.gmCopyMove = CInt(value)
|
move.gmCopyMove = CInt(value)
|
||||||
|
|
||||||
Dim _attack As Attack = Attack.GetAttackByID(move.gmCopyMove)
|
Dim _attack As Attack = Attack.GetAttackByID(move.gmCopyMove)
|
||||||
|
move.Type = _attack.Type
|
||||||
move.Power = _attack.Power
|
move.Power = _attack.Power
|
||||||
move.Accuracy = _attack.Accuracy
|
move.Accuracy = _attack.Accuracy
|
||||||
move.Name = _attack.Name
|
move.Name = _attack.Name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user