From 73b825e59ec02e0a9fe70d3840a624a64627b21c Mon Sep 17 00:00:00 2001 From: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com> Date: Tue, 4 Jun 2024 18:45:03 -0500 Subject: [PATCH] i broke codeowner (#3068) ## About The Pull Request fixes codeowner breaking i think ## Why It's Good For The Game oopsie ## Changelog :cl: fix: fixed CODEOWNERS, i hope /:cl: --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d456e8d2ddd2..950887721316 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -24,9 +24,9 @@ /code/modules/food_and_drinks/drinks/drinks/breakawayflask.dm @FalloutFalcon /code/modules/food_and_drinks/food/ration.dm @FalloutFalcon /code/modules/mob/living/simple_animal/hostile/mining_mobs/hivelord.dm @FalloutFalcon -/code/modules/projectiles @FalloutFalcon +/code/modules/projectiles/ @FalloutFalcon /code/modules/reagents/chemistry/reagents/trickwine_reagents.dm @FalloutFalcon -/code/modules/unit_tests/icons @FalloutFalcon +/code/modules/unit_tests/icons/ @FalloutFalcon # MarkSuckerberg