Adds grep for mapload and var in Args (#19203)

* Adds grep for mapload and var in Args

* vars in args

* some more

* stuff

* Update shuttle_creator.dm

* Update __techweb_helpers.dm

* fix

* Update discoball.dm

* Update check_grep.sh

* Update check_grep.sh

* Update check_grep.sh

* Update check_grep.sh

* I'll finish this later

* datum and lateinit maploads

* componentinit stuff

* mapload fixes

* why isnt CI catching these major issues

* MERGE CONFLICT FUCKED MY PR OVER

* Update check_grep.sh

* Update food.dm
This commit is contained in:
John Willard
2023-06-15 13:04:36 -04:00
committed by GitHub
parent 8fb37fb67c
commit 892cee1705
1118 changed files with 2398 additions and 2389 deletions

View File

@@ -21,7 +21,7 @@
/**
* Create a new component.
*
* Additional arguments are passed to [Initialize()][/datum/component/proc/Initialize]
* Additional arguments are passed to [Initialize(mapload)][/datum/component/proc/Initialize]
*
* Arguments:
* * datum/P the parent datum this component reacts to signals from