From f6fbf2fe0d18d5f237bf07a53f6eb291d83c46cd Mon Sep 17 00:00:00 2001 From: peoplearestrange Date: Tue, 4 Feb 2020 03:47:12 +0000 Subject: [PATCH] Changes Category Admin - Game --- code/modules/admin/verbs/fix_air.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/fix_air.dm b/code/modules/admin/verbs/fix_air.dm index cd3109df004..47071282930 100644 --- a/code/modules/admin/verbs/fix_air.dm +++ b/code/modules/admin/verbs/fix_air.dm @@ -1,7 +1,7 @@ // Proc taken from yogstation, credit to nichlas0010 for the original /client/proc/fix_air(var/turf/open/T in world) set name = "Fix Air" - set category = "Admin" + set category = "Admin - Game" set desc = "Fixes air in specified radius." if(!holder)