More move scripts
This commit is contained in:
@@ -11,7 +11,7 @@ public class FocusPunch : Script
|
||||
{
|
||||
choice.User.Volatile.Add(new FocusPunchEffect());
|
||||
choice.User.BattleData?.Battle.EventHook.Invoke(new DialogEvent("focus_punch_charge",
|
||||
new Dictionary<string, object>()
|
||||
new Dictionary<string, object>
|
||||
{
|
||||
{ "pokemon", choice.User },
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user