issaved(const_var) fails to compile with the message: "cannot change constant value".
Code Snippet (if applicable) to Reproduce Problem:
/mob/var/const/A = "a letter"
/mob/verb/issaved_test()
src << issaved(src.A)
When does the problem NOT occur?
When doing issaved(vars["const_var"])
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked?
Not tested. Might be really old, might be new to 508.1288