Slence flood of errors coming from testing formula recruiting code
This commit is contained in:
parent
36230b1d0e
commit
1938717b2e
1 changed files with 10 additions and 6 deletions
|
@ -295,12 +295,16 @@ if( vars.side_terrain,
|
|||
]
|
||||
+
|
||||
if( turn = 1,
|
||||
sum(
|
||||
[
|
||||
values(map( vars.side_terrain, if( value > 900, debug_label( key, 'o'), debug_label(key, '.') ) )),
|
||||
map( vars.direct_enemies, debug_label( loc, '*****************☠') )
|
||||
]
|
||||
),
|
||||
[
|
||||
null(
|
||||
sum(
|
||||
[
|
||||
values(map( vars.side_terrain, if( value > 900, debug_label( key, 'o'), debug_label(key, '.') ) )),
|
||||
map( vars.direct_enemies, debug_label( loc, '*****************☠') )
|
||||
]
|
||||
)
|
||||
)
|
||||
],
|
||||
[]
|
||||
)
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue