Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# About the pull request This PR fixes these messages for the OD lint: ``` Warning OD1002 at code/__pragmas.dm:15:26: Warning 'TooManyArguments' does not exist Error OD0000 at code/datums/global_variables.dm:127:30: attempt to reference r-value Error OD0000 at code/datums/global_variables.dm:369:44: attempt to reference r-value ``` `TooManyArguments` was replaced with `InvalidArgumentCount` which should already be an error. The other two errors are regarding initial not working on globals, which it does not appear to. # Explain why it's good for the game Passing checks is good. # Testing Photographs and Procedure <details> <summary>Screenshots & Videos</summary> ![image](https://github.com/cmss13-devs/cmss13/assets/76988376/22a4520c-555d-4d03-971d-703b4bb6197e) </details> # Changelog No player facing changes.
- Loading branch information