Zandario
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...
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() ``` 
 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...