NebulaSS13 / Nebula

A general purpose SS13/Baystation12 fork.
https://discord.gg/Ddw58yF
GNU Affero General Public License v3.0
49 stars 221 forks source link

Replace a bunch of single- and double-letter variable names with more descriptive terms #4158

Closed out-of-phaze closed 2 months ago

out-of-phaze commented 3 months ago

Description of changes

Replaces a bunch of single- and double-letter variable names with more descriptive terms. All of the ones I changed were found by searching for mob/living/H and mob/H (except for one mob/C), and non-mob changes were done if I noticed the file was particularly egregious.

Why and what will this PR improve

Code quality! Not player-facing, but part of my project to modernize the codebase and bring it up to proper code standards.