More move scripts
This commit is contained in:
@@ -13,7 +13,7 @@ public class BeakBlast : Script
|
||||
if (battleData == null)
|
||||
return;
|
||||
choice.User.Volatile.Add(new BeakBlastEffect());
|
||||
battleData.Battle.EventHook.Invoke(new DialogEvent("beak_blast_charge", new Dictionary<string, object>()
|
||||
battleData.Battle.EventHook.Invoke(new DialogEvent("beak_blast_charge", new Dictionary<string, object>
|
||||
{
|
||||
{ "user", choice.User },
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user