ID:1979983
 
Applies to:DM Language
Status: Open

Issue hasn't been assigned a status value.
Two things.

1: atom.transform isn't listed as a tmp var in the tmp reference entry (I'm not sure if there's more or not)

2: It'd be super handy to have a list of const vars in the const ref entry.


Also, related, an isconst(var/v) proc would be very handy too.
atom.transform isn't a /tmp var.
In response to Lummox JR
Lummox JR wrote:
atom.transform isn't a /tmp var.

Then why isn't it caught by issaved()? Different bug I guess.

Also for reference

var/list/constVars = list("locs", "type", "parent_type", "verbs", "vars")
In response to Rushnut
Rushnut wrote:
Lummox JR wrote:
atom.transform isn't a /tmp var.

Then why isn't it caught by issaved()? Different bug I guess.

Indeed it was! Well caught. I posted a report for you and fixed it.