OpenDream icon indicating copy to clipboard operation
OpenDream copied to clipboard

Weighted picks with newlines fail to parse

Open wixoaGit opened this issue 2 years ago • 0 comments

We fail to parse weighted picks with newlines between the weight and the value

icon_state = pick(
	prob(100)
		"dim",
	prob(200)
		"off",
	prob(100)
		"on")

wixoaGit avatar Sep 15 '23 03:09 wixoaGit