Skip to content

Commit

Permalink
Use WFL instead of Lua code for {SCATTER_EMBELLISHMENTS}
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Apr 5, 2018
1 parent de7c74e commit fce56b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/core/macros/terrain-utils.cfg
Expand Up @@ -55,7 +55,7 @@
# For example, this will add flowers to 5% of all grassland:
#! {SCATTER_EMBELLISHMENTS G* ^Efm 5}
[random_placement]
num_items="size * ({PERCENTAGE} / 100)"
num_items="(size * ({PERCENTAGE} / 100))"
variable=random_placement_location
allow_less=yes
[filter_location]
Expand Down

0 comments on commit fce56b5

Please sign in to comment.