Style cleanup
This commit is contained in:
@@ -13,13 +13,13 @@ public class Entrainment : Script
|
||||
move.GetHitData(target, hit).Fail();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
if (userAbility.HasFlag("cant_be_copied") || targetAbility?.HasFlag("cant_be_changed") != false)
|
||||
{
|
||||
move.GetHitData(target, hit).Fail();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
target.ChangeAbility(userAbility);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user