Skip to content

Commit

Permalink
Added legion antinuke to nonukes modoption (#3708)
Browse files Browse the repository at this point in the history
  • Loading branch information
Damgam authored Sep 11, 2024
1 parent 5374dc5 commit 9b8ed9c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gamedata/alldefs_post.lua
Original file line number Diff line number Diff line change
Expand Up @@ -224,15 +224,17 @@ function UnitDef_Post(name, uDef)
armscab = true,
corfmd = true,
corsilo = true,
legsilo = true,
cormabm = true,
legsilo = true,
legabm = true,
armamd_scav = true,
armsilo_scav = true,
armscab_scav = true,
corfmd_scav = true,
corsilo_scav = true,
legsilo_scav = true,
cormabm_scav = true,
legsilo_scav = true,
legabm_scav = true,
}
if Nukes[name] then
uDef.maxthisunit = 0
Expand Down

0 comments on commit 9b8ed9c

Please sign in to comment.