More move effects

This commit is contained in:
2025-03-02 14:03:51 +01:00
parent 9b0ac36597
commit c0bc905c46
40 changed files with 804 additions and 46 deletions

View File

@@ -10,6 +10,6 @@ public class Covet : Script
return;
if (move.User.HeldItem != null)
return;
_ = move.User.SetHeldItem(target.RemoveHeldItem());
_ = move.User.SetHeldItem(target.RemoveHeldItemForBattle());
}
}