A lot of cleanup work
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-05 14:52:33 +01:00
parent c1da29bdeb
commit d4c30d50aa
23 changed files with 690 additions and 622 deletions

View File

@@ -2,7 +2,7 @@ use crate::script;
use alloc::rc::Rc;
use core::any::Any;
use core::sync::atomic::{AtomicI8, Ordering};
use pkmn_lib_interface::app_interface::list::{ImmutableList, ImmutableListTrait};
use pkmn_lib_interface::app_interface::list::ImmutableList;
use pkmn_lib_interface::app_interface::{
DynamicLibrary, EffectParameter, ExecutingMove, Pokemon, Statistic,
};
@@ -34,7 +34,7 @@ impl Script for ChangeAllTargetStats {
fn on_initialize(
&self,
_library: &DynamicLibrary,
_library: DynamicLibrary,
parameters: Option<ImmutableList<Rc<EffectParameter>>>,
) {
self.amount.store(