Implements terrain
All checks were successful
Build / Build (push) Successful in 49s

This commit is contained in:
2025-06-22 11:31:24 +02:00
parent 02510fd1d0
commit 6394f4eab3
10 changed files with 133 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ namespace PkmnLib.Plugin.Gen7.Scripts.Abilities;
public class Oblivious : Script
{
/// <inheritdoc />
public override void PreventVolatileAdd(Script script, ref bool preventVolatileAdd)
public override void PreventVolatileAdd(IScriptSource parent, Script script, ref bool preventVolatileAdd)
{
preventVolatileAdd = script switch
{