OpenDream icon indicating copy to clipboard operation
OpenDream copied to clipboard

`filters = list()` on object definition should be valid

Open amylizzle opened this issue 1 year ago • 0 comments

/obj/spark_generator
	particles = new/particles/spark
	plane = PLANE_NOSHADOW_ABOVE
	alpha = 200

	filters = list(type="bloom", threshold="#000", size=3, offset=2, alpha=1)

is valid code and adds a bloom filter on init. OD compiles it but errors on object init.

amylizzle avatar Feb 03 '24 12:02 amylizzle