diff --git a/AUTHORS.txt b/AUTHORS.txt index 153b8cad0c..c26391b869 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -16,6 +16,7 @@ Felix Wiegand Garth "L-H" de Wet Giallustio Glowbal +Grim Janus jokoho482 Jonpas diff --git a/addons/cargo/functions/fnc_unloadCarryItem.sqf b/addons/cargo/functions/fnc_unloadCarryItem.sqf index c12f12cb52..7f160e69ae 100644 --- a/addons/cargo/functions/fnc_unloadCarryItem.sqf +++ b/addons/cargo/functions/fnc_unloadCarryItem.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: GhostIsSpooky + * Author: Grim * Dragging integration. Unloader starts carrying unloaded object. * * Arguments: diff --git a/addons/common/functions/fnc_isModLoaded.sqf b/addons/common/functions/fnc_isModLoaded.sqf index 7692050257..9e6b5350d0 100644 --- a/addons/common/functions/fnc_isModLoaded.sqf +++ b/addons/common/functions/fnc_isModLoaded.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Glowbal, GhostIsSpooky + * Author: Glowbal, Grim * Check in CfgPatches if modification is loaded * * Arguments: diff --git a/addons/csw/functions/fnc_ai_handleGetIn.sqf b/addons/csw/functions/fnc_ai_handleGetIn.sqf index 3184e95956..2906a01d1e 100644 --- a/addons/csw/functions/fnc_ai_handleGetIn.sqf +++ b/addons/csw/functions/fnc_ai_handleGetIn.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: GhostIsSpooky + * Author: Grim * Handles AI GetIn on an empty weapon * * Arguments: diff --git a/addons/csw/functions/fnc_ai_reload.sqf b/addons/csw/functions/fnc_ai_reload.sqf index f4d69b03c4..47e5d1ee6f 100644 --- a/addons/csw/functions/fnc_ai_reload.sqf +++ b/addons/csw/functions/fnc_ai_reload.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: PabstMirror, modified by GhostIsSpooky + * Author: PabstMirror, modified by Grim * Handles AI reloading * * Arguments: diff --git a/addons/medical_statemachine/functions/fnc_enteredStateUnconscious.sqf b/addons/medical_statemachine/functions/fnc_enteredStateUnconscious.sqf index c35d3ab797..fba786b09c 100644 --- a/addons/medical_statemachine/functions/fnc_enteredStateUnconscious.sqf +++ b/addons/medical_statemachine/functions/fnc_enteredStateUnconscious.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: GhostIsSpooky + * Author: Grim * Handles a unit reaching the point of unconsciousness (calls for a status update). * * Arguments: diff --git a/docs/team.md b/docs/team.md index b3ea02fa79..b98dbeec5f 100644 --- a/docs/team.md +++ b/docs/team.md @@ -63,6 +63,7 @@ This lists all the maintainers responsible for project management and the overal - [veteran29](https://github.com/veteran29){:target="_blank"} - [Dahlgren](https://github.com/Dahlgren){:target="_blank"} - [BrettMayson](https://github.com/BrettMayson){:target="_blank"} +- [Grim](https://github.com/LinkIsGrim){:target="_blank"} ## Contributors