Even more abilities
All checks were successful
Build / Build (push) Successful in 52s

This commit is contained in:
2025-06-14 11:30:56 +02:00
parent 24712fbb0d
commit 6c13d20bf7
13 changed files with 278 additions and 12 deletions

View File

@@ -33,4 +33,10 @@ public class DesolateLands : HarshSunlight
if (move.UseMove.MoveType.Name == "water")
fail = true;
}
/// <inheritdoc />
public override void OnEndTurn(IBattle battle)
{
// We don't want to call base.OnEndTurn here, as we want to prevent the weather from ending
}
}