Skip to content
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.

Test fix for atoms subsystem #98

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KubeRoot
Copy link
Contributor

About The Pull Request

Should at least prevent atoms subsystem from breaking too hard. Might fix stuck sparks completely if we're lucky.

Why It's Good For The Game

Bugfix good

Changelog

🆑
fix: Fix stuck sparks, invisible plumbing ports, and possibly more!
/:cl:

for(var/I in late_loaders)
var/atom/A = I
A.LateInitialize()
for(var/atom/A in late_loaders)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
for(var/atom/A in late_loaders)
for(var/atom/A as anything in late_loaders)

This is faster and accomplishes the same thing, we already expect atoms to be here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants