Make ambush macro use just *^F* to catch all forest types.
This makes it now work for dead great trees and palm forests. Fixes bug #20207
This commit is contained in:
parent
a7b8eb901e
commit
2493535b92
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ Enemy units cannot see this unit while it is in forest, except if they have unit
|
|||
affect_self=yes
|
||||
[filter_self]
|
||||
[filter_location]
|
||||
terrain=*^Fp,*^Fet,*^Ft,*^Fpa,*^Fd*,*^Fm*
|
||||
terrain=*^F*
|
||||
[/filter_location]
|
||||
[/filter_self]
|
||||
[/hides]
|
||||
|
|
Loading…
Add table
Reference in a new issue