More warning fixes
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
using PkmnLib.Plugin.Gen7.Scripts;
|
||||
using PkmnLib.Plugin.Gen7.Scripts.Side;
|
||||
using PkmnLib.Plugin.Gen7.Scripts.Weather;
|
||||
using PkmnLib.Static.Utils;
|
||||
|
||||
namespace PkmnLib.Plugin.Gen7.Moves;
|
||||
namespace PkmnLib.Plugin.Gen7.Scripts.Moves;
|
||||
|
||||
/// <summary>
|
||||
/// This move reduces damage from physical and special moves for five turns. This can be used only in a hailstorm.
|
||||
@@ -43,7 +42,7 @@ public class AuroraVeil : Script
|
||||
var side = battle.Sides[move.User.BattleData!.SideIndex];
|
||||
|
||||
var numberOfTurns = 5;
|
||||
var dict = new Dictionary<StringKey, object?>()
|
||||
var dict = new Dictionary<StringKey, object?>
|
||||
{
|
||||
{ "duration", numberOfTurns },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user