Style cleanup
This commit is contained in:
@@ -12,7 +12,7 @@ public class Belch : Script
|
||||
var battleData = choice.User.BattleData;
|
||||
if (battleData == null)
|
||||
return;
|
||||
|
||||
|
||||
if (battleData.ConsumedItems.All(x => x.Category != ItemCategory.Berry))
|
||||
prevent = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user