Style cleanup
This commit is contained in:
@@ -19,8 +19,8 @@ public class BurnUp : Script
|
||||
move.GetHitData(target, hit).Fail();
|
||||
return;
|
||||
}
|
||||
|
||||
if (move.User.HasStatus("frozen"))
|
||||
|
||||
if (move.User.HasStatus("frozen"))
|
||||
move.User.ClearStatus();
|
||||
move.User.RemoveType(fireType);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user