More abilities, refactor IPokemon.SetStatus to pass pokemon that caused the status change
All checks were successful
Build / Build (push) Successful in 50s
All checks were successful
Build / Build (push) Successful in 50s
This commit is contained in:
@@ -20,6 +20,6 @@ public class SetStatus : Script
|
||||
{
|
||||
if (_status == null)
|
||||
throw new Exception("Missing required parameter 'status'");
|
||||
target.SetStatus(_status, false);
|
||||
target.SetStatus(_status, move.User);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user