Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What Does This PR Do
This PR breaks up
randomverbs.dm(> 1000 loc), andmisc_admin_procs.dm(> 900 loc), disseminating the verbs in them into mostly separate files designated by the permissions of the verb.ooc_channel_verbs.dm, or took egregiously large verbs and moved them into their own file, likeplayer_panel_verb.dm.admin_verbs.dmis now nearly 1,000 loc, but at least it's 1,000 lines of actually admin verbs, and not random crap, and makes it easier to see that more organization is necessary.This isn't perfect but it's much, much better than the current state of things.
Again this is all just moving code around, no code/permission changes.
Why It's Good For The Game
There's no longer multiple files serving as thousand-line dumping grounds for the hundreds of user verbs we have.
Testing
CI.
Declaration
Changelog
NPFC