This commit is contained in:
@@ -12,7 +12,7 @@ public class FlareBlitz : Script
|
||||
|
||||
if (battleData.Battle.Random.EffectChance(10, move, target, hit))
|
||||
{
|
||||
target.SetStatus("burned");
|
||||
target.SetStatus("burned", false);
|
||||
}
|
||||
|
||||
var hitData = move.GetHitData(target, hit);
|
||||
|
||||
Reference in New Issue
Block a user