Skip to content

Commit

Permalink
Scav unit fixes (#4108)
Browse files Browse the repository at this point in the history
* Fixed Command Fire for scav nuke subs

* Added legjav to scav spawns
  • Loading branch information
Damgam authored Jan 4, 2025
1 parent 6a40949 commit 95ae4da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion luarules/configs/scav_spawn_defs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ local LandUnitsList = {
--Cortex
["corakt4_scav"] = 3,
--Legion

["legjav_scav"] = 3,
--N/A
},
[7] = {
Expand Down
3 changes: 3 additions & 0 deletions units/ArmShips/T2/armseadragon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ return {
damage = {
default = 0,
},
customparams = {
scavforcecommandfire = true,
},
},
sdmssl = {
areaofeffect = 1280,
Expand Down
3 changes: 3 additions & 0 deletions units/CorShips/T2/cordesolator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ return {
damage = {
default = 0,
},
customparams = {
scavforcecommandfire = true,
},
},
waterballon = {
areaofeffect = 16,
Expand Down

0 comments on commit 95ae4da

Please sign in to comment.