Skip to content

Commit

Permalink
Fix a deprecated use of [random_placement]
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Dec 20, 2020
1 parent 1d5448f commit 5a068da
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -219,7 +219,7 @@
delayed_variable_substitution=yes

[random_placement]
num_items="size / ($turn_limit - $turn_number)"
num_items="(size / ($turn_limit - $turn_number))"
variable=loc
allow_less=yes

Expand Down

0 comments on commit 5a068da

Please sign in to comment.