Fixed an ugly error in the {BUILDING_FLAG} and {BUILDING_PROBABILITY} macros.
This commit is contained in:
parent
fcc66cc0bf
commit
5c26d00ba6
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
[tile]
|
||||
x=0
|
||||
y=0
|
||||
type={KEEP}
|
||||
type={LETTER}
|
||||
has_flag={FLAG}
|
||||
{IMAGE}
|
||||
[/tile]
|
||||
|
@ -31,7 +31,7 @@
|
|||
[tile]
|
||||
x=0
|
||||
y=0
|
||||
type={KEEP}
|
||||
type={LETTER}
|
||||
probability={PROBABILITY}
|
||||
{IMAGE}
|
||||
[/tile]
|
||||
|
|
Loading…
Add table
Reference in a new issue