OpenDream
OpenDream copied to clipboard
Add a pragma for deprecated builtins
BYOND emits deprecation warnings for some deprecated builtins (e.g. lentext()) but not others (e.g. round()/1 is marked deprecated in the ref but does not emit).
We should add a pragma that consistently emits for things flagged as deprecated in the ref.
Currently we don't emit for lentext() at all.