Replace fogged=yes with visible_in_fog=yes...
...for the "Fogged Oasis" label in the test scenario. Weird, since fogged= was never intended for [label]s. It doesn't convey the feature's intention either with that name. The only tags using attributes containing "fogged" in them seem to be [sound_source], [scroll_to] and [scroll_to_unit] (check_fogged= in all of them).
This commit is contained in:
parent
f033b71808
commit
da9df041cc
1 changed files with 1 additions and 1 deletions
|
@ -1429,7 +1429,7 @@ Result:
|
|||
[label]
|
||||
x,y=2,11
|
||||
text="Fogged oasis"
|
||||
fogged=yes
|
||||
visible_in_fog=yes
|
||||
[/label]
|
||||
[/event]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue