Style cleanup
This commit is contained in:
@@ -10,13 +10,13 @@ public class FollowMe : Script
|
||||
{
|
||||
if (targets.Count != 1)
|
||||
return;
|
||||
|
||||
|
||||
var target = targets[0];
|
||||
if (target == null)
|
||||
return;
|
||||
if (target.BattleData?.SideIndex != moveChoice.User.BattleData?.SideIndex)
|
||||
return;
|
||||
|
||||
|
||||
targets = [moveChoice.User];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user