ID:2789875
 
Applies to:DM Language
Status: Open

Issue hasn't been assigned a status value.
spawner
var/_path

New(path)
..()
_path = path

var/spawner/spawner = new(/some/thing) // warning

new: This appears like the old syntax for new(). The type is now passed like this: new Type(args). You can leave out the type if assigning a variable of the same type.