Skip to content

Commit

Permalink
Update cloud_of_darkness_chaotic.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
xiashtra committed Jan 2, 2025
1 parent e4c7986 commit 38e3667
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ const triggerSet: TriggerSet<Data> = {
const side = parseFloat(matches.x) < center.x ? 'east' : 'west';
return data.me === matches.target || (data.outerDarkness && side === data.mySide);
},
response: Responses.tankBuster(),
response: Responses.tankCleave(),
},
{
id: 'Cloud Chaotic Lateral-core Phaser',
Expand Down

0 comments on commit 38e3667

Please sign in to comment.