mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-15 04:01:41 +00:00
* Adds checkgrep for improper or missing atom Initialize args (`mapload`) (#72846) ## About The Pull Request Adds a grep for atom initialize overrides which does not include mapload Regex used `^/(obj|mob|turf|area|atom)/.+/Initialize\((?!mapload).*\)` Also replaced some space indentation with some tab indentation in some other greps  ## Why It's Good For The Game See #69107, #61759, #61623 ## Changelog No player facing changes * Missed by #8374 * Add (mapload) to a //Skyrat Edit so that it passes --------- Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>