Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix object.vars and add test #1682

Merged
merged 5 commits into from
Mar 15, 2024

Conversation

amylizzle
Copy link
Contributor

Fixes static/global vars not showing up in .vars
Returns the same object handle for the vars list, as BYOND does (we should use this to prevent infinite loops because obj.vars["vars"] == obj.vars)

@boring-cyborg boring-cyborg bot added the Runtime Involves the OpenDream server/runtime label Feb 23, 2024
@wixoaGit wixoaGit enabled auto-merge (squash) March 15, 2024 00:27
@wixoaGit wixoaGit merged commit b29401d into OpenDreamProject:master Mar 15, 2024
7 checks passed
@amylizzle amylizzle deleted the more_byondish-vars branch March 15, 2024 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Runtime Involves the OpenDream server/runtime size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants