This commit is contained in:
@@ -28,7 +28,7 @@ public class FlameWheel : Script
|
||||
|
||||
if (move.Battle.Random.EffectChance(_burnChance, move, target, hit))
|
||||
{
|
||||
target.SetStatus("burned");
|
||||
target.SetStatus("burned", false);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user