AndrewL97
Results
2
issues of
AndrewL97
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)` 
enhancement
parsing
About the PR Create a new LayeredComponentTreeComponent that allows LayeredComponentTreeSystems to handle a dictionary/layers of binary trees, rather than a single flat one. Why / Balance Fixes #4803 Allows us...