Skip to content

Commit

Permalink
introduce heavies to earlier assaults on eclipse
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitawastaken committed Mar 1, 2025
1 parent 45bf49b commit 65fd420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/groupaitweakdata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2584,8 +2584,8 @@ Hooks:PostHook(GroupAITweakData, "_init_task_data", "eclipse__init_task_data", f
self.besiege.assault.groups = {
CS_assault_swats = { 0.5, 0, 0 },

FBI_assault_swats = { 1, 1, 0 },
FBI_assault_heavies = { 0, 0, 0.75 },
FBI_assault_swats = { 1, 0.75, 0 },
FBI_assault_heavies = { 0, 0.25, 0.75 },
FBI_assault_shield = { 0, 0.2, 0 },
FBI_assault_taser = { 0, 0.15, 0 },
FBI_assault_cloaker = { 0, 0.15, 0.25 },
Expand Down

0 comments on commit 65fd420

Please sign in to comment.