Style cleanup
This commit is contained in:
@@ -24,7 +24,7 @@ public class DoublePowerIfTargetDamagedInTurn : Script
|
||||
var battle = move.User.BattleData?.Battle;
|
||||
if (battle == null)
|
||||
return;
|
||||
if (target.BattleData == null)
|
||||
if (target.BattleData == null)
|
||||
return;
|
||||
var side = battle.Sides[target.BattleData.SideIndex];
|
||||
var data = side.VolatileScripts.Get<DoublePowerIfTargetDamagedInTurnData>();
|
||||
|
||||
Reference in New Issue
Block a user