Skip to content

Unexpected SymbolToken (,) on end of variable definitions #37

@martinlyra

Description

@martinlyra

Describe the bug
image

On this code, which is valid and compiles in DM (514.1569). Note the commas at end of the list definitons.

var/static/image/radial_image_eject = image(icon = 'icons/screen/radial.dmi', icon_state = "radial_eject"),
var/static/image/radial_image_airtoggle = image(icon= 'icons/screen/radial.dmi', icon_state = "radial_airtank"),
var/static/image/radial_image_lighttoggle = image(icon = 'icons/screen/radial.dmi', icon_state = "radial_light"),
var/static/image/radial_image_statpanel = image(icon = 'icons/screen/radial.dmi', icon_state = "radial_examine2")

What browser are you using?
Firefox 94.0.1 (64-bit)

Additional context
https://github.com/UristMcStation/UristMcStation/blob/baymerge-testing/code/game/mecha/mecha.dm#L85-L88

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions