Zandario

Results 3 issues of Zandario

## Details First noticed this while making our codebase compatible with OpenDream. https://github.com/Citadel-Station-13/Citadel-Station-13-RP/blob/6085261718f4e0c5cdc33fa93d641ed080484d09/code/game/objects/items/stacks/sandbag.dm#L52 From what I've tested, this only happens to types, procs will error for other reasons to prevent...

diagnostics

This is something that is in the ref and works fine. https://www.byond.com/docs/ref/#/proc ```dm proc/return_list() as list return list() ``` ![image](https://github.com/SpaceManiac/SpacemanDMM/assets/34761877/b22eb879-f176-495e-b8d3-d056c16e275a)

![image](https://github.com/user-attachments/assets/859b4bb5-c610-4f0a-a216-88590a25f754) https://www.byond.com/docs/ref/#/proc/newlist > The semicolon is necessary if you put several variable assignments on the same line. The braces are necessary, even though they are generally optional in DM (since...

parsing