Skip to content

Conversation

@PGrayCS
Copy link
Owner

@PGrayCS PGrayCS commented Aug 9, 2025

What does this PR do?

Fixes a DreamChecker parse error by correcting indentation in code/modules/atmospherics/gasmixtures/gas_mixture.dm within datum/gas_mixture/proc/react(). This is a formatting-only change to comply with DM tab-indentation; no logic changes.

Why is this good for the game?

Reduces static analysis noise and keeps the codebase lint-clean without altering gameplay or behavior.

Testing

  • Ran DreamChecker locally to surface the error and verified the file parses after the fix.
  • No runtime impact; indentation-only.

Changelog

:cl:
Fixes a DreamChecker parse error
/:cl:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants