More move scripts
This commit is contained in:
@@ -12,7 +12,7 @@ public class FocusPunchEffect : Script
|
||||
{
|
||||
WasHit = true;
|
||||
target.BattleData?.Battle.EventHook.Invoke(new DialogEvent("focus_punch_lost_focus",
|
||||
new Dictionary<string, object>()
|
||||
new Dictionary<string, object>
|
||||
{
|
||||
{ "pokemon", target },
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user