Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcreepysos authored and actions-user committed Jul 3, 2024
1 parent 1abf9d0 commit 9648d96
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lua/spooclogicattack.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ function SpoocLogicAttack._upd_spooc_attack(data, my_data)
end

-- cloakers now can kick you in solo, so buckle up
if SpoocLogicAttack._is_last_standing_AI_criminal() then return end
if SpoocLogicAttack._is_last_standing_AI_criminal() then
return
end

if not focus_enemy.unit:movement():is_SPOOC_attack_allowed() or focus_enemy.unit:movement():zipline_unit() then
return
Expand Down Expand Up @@ -71,7 +73,7 @@ function SpoocLogicAttack._is_last_standing_AI_criminal()
end
end

if (alivePlayers > 0 or aliveBots > 1) then
if alivePlayers > 0 or aliveBots > 1 then
return
end

Expand Down

0 comments on commit 9648d96

Please sign in to comment.