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

water particle code cleanup #6721

Merged
merged 8 commits into from
Jul 22, 2024
Merged

Conversation

cuberound
Copy link
Contributor

@cuberound cuberound commented Jul 16, 2024

About the pull request

removes todo that does not need to be done and renames var

Explain why it's good for the game

eh just a bit cleaner code

Testing Photographs and Procedure

Screenshots & Videos

Put screenshots and videos here with an empty line between the screenshots and the <details> tags.

Changelog

🆑
code: cleans up water particle code
/:cl:

@github-actions github-actions bot added the Code Improvement Make the code longer label Jul 16, 2024
// T.firelevel = 0 //TODO: FIX
if (--src.life < 1)
//SN src = null
if (--life < 1)
Copy link
Contributor

Choose a reason for hiding this comment

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

would you mind redoing this so that it doesn't need to use -- before the var it's modifying

@Zonespace27 Zonespace27 marked this pull request as draft July 18, 2024 17:31
@cuberound cuberound marked this pull request as ready for review July 18, 2024 17:56
@cuberound
Copy link
Contributor Author

not shure if I have changed it the way I should but the -- is not used

@Zonespace27 Zonespace27 added this pull request to the merge queue Jul 22, 2024
Merged via the queue into cmss13-devs:master with commit 4dd2902 Jul 22, 2024
28 checks passed
cm13-github added a commit that referenced this pull request Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Improvement Make the code longer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants