Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Damgam committed May 25, 2024
1 parent 8fb0dac commit 348d2b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions luarules/configs/scav_spawn_defs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -620,15 +620,15 @@ local SeaUnitsList = {
[2] = {
--Armada
["armsub_scav"] = 1,
["armah"] = 1,
["armmh"] = 1,
["armah_scav"] = 1,
["armmh_scav"] = 1,
--Cortex
["corsub_scav"] = 1,
["corah"] = 1,
["cormh"] = 1,
["corah_scav"] = 1,
["cormh_scav"] = 1,
--Legion
["legah"] = 1,
["legmh"] = 1,
["legah_scav"] = 1,
["legmh_scav"] = 1,
},
[3] = {
--Armada
Expand Down

0 comments on commit 348d2b6

Please sign in to comment.