This commit is contained in:
@@ -11,6 +11,10 @@ public class Incinerate : Script
|
||||
move.GetHitData(target, hit).Fail();
|
||||
return;
|
||||
}
|
||||
// TODO: Add message for item incineration
|
||||
move.Battle.EventHook.Invoke(new DialogEvent("item_incinerated", new Dictionary<string, object>
|
||||
{
|
||||
{ "pokemon", target },
|
||||
{ "item", target.HeldItem },
|
||||
}));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user