NSV13 icon indicating copy to clipboard operation
NSV13 copied to clipboard

Sort projectiles fx.dm better

Open Kenionatus opened this issue 2 months ago • 2 comments

About The Pull Request

Should make it a bit less likely that people (like me) overlook some procs that were far away from their datum. Also turns some comments into doc comments. Only single character changes this time, no moving of comments (so code style stays the same as before). This now works because the extension is now fixed and propperly handles //! marked same line doc comments. (On the other hand, it might have broken /// above line doc comments? I don't think that really matters for this PR tho.) Also adds like one additional empty line somewhere for separation.

Why It's Good For The Game

Makes code easier to read.

Testing Photographs and Procedure

Screenshots&Videos VSCode tells me that the removals are all code movements instead of actual removal. ![image](https://github.com/BeeStation/NSV13/assets/54814353/dd0ccdca-49c4-49eb-b33c-0850c05e0b7f)

Changelog

:cl: refactor: projectiles_fx.dm should now be slightly more readable /:cl:

Kenionatus avatar Jun 04 '24 16:06 Kenionatus