Style cleanup
This commit is contained in:
@@ -12,9 +12,9 @@ public class BugBite : Script
|
||||
var battleData = user.BattleData;
|
||||
if (battleData == null)
|
||||
return;
|
||||
|
||||
|
||||
var targetHeldItem = target.HeldItem;
|
||||
|
||||
|
||||
if (targetHeldItem is not { Category: ItemCategory.Berry })
|
||||
{
|
||||
move.GetHitData(target, hit).Fail();
|
||||
|
||||
Reference in New Issue
Block a user