Files
2025-05-10 00:11:46 +02:00

4 lines
90 B
JavaScript

if (args.test.spell.name == "Warp Lightning")
{
args.test.preData.canReverse = true;
}