4 lines
90 B
JavaScript
Raw Normal View History

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