SpacemanDMM icon indicating copy to clipboard operation
SpacemanDMM copied to clipboard

Chained generators upset the linter

Open AndrewL97 opened this issue 4 years ago • 1 comments

Generators can be chained together - https://www.byond.com/docs/ref/#/{notes}/generators This upsets the linter

i.e generator("circle", 0, 3) + generator("sphere", 0, 1)

image

AndrewL97 avatar Oct 30 '21 06:10 AndrewL97

Interestingly, it looks like BYOND's map editor also doesn't handle these very well:

image

SpaceManiac avatar Nov 21 '21 02:11 SpaceManiac