From a3a838c5fb56137f6a0eba623d321645e10e58e4 Mon Sep 17 00:00:00 2001 From: sunofang <38206283+sunofang@users.noreply.github.com> Date: Thu, 18 Jul 2024 12:47:16 +0200 Subject: [PATCH] Update code/modules/admin/game_master/extra_buttons/fire_support_menu.dm Co-authored-by: harryob <55142896+harryob@users.noreply.github.com> --- .../admin/game_master/extra_buttons/fire_support_menu.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/game_master/extra_buttons/fire_support_menu.dm b/code/modules/admin/game_master/extra_buttons/fire_support_menu.dm index 7f2771c238..134b351d9d 100644 --- a/code/modules/admin/game_master/extra_buttons/fire_support_menu.dm +++ b/code/modules/admin/game_master/extra_buttons/fire_support_menu.dm @@ -8,7 +8,7 @@ GLOBAL_DATUM_INIT(fire_support_menu, /datum/fire_support_menu, new) #define MORTAR_ORDNANCE list("High Explosive Shell", "Incendiary Shell", "Fragmentation Shell", "Flare Shell") #define MISC_ORDNANCE list("Laser", "Minirocket", "Incendiary Minirocket", "Sentry Drop", "GAU-21", "Heavy GAU-21") -client/proc/toggle_fire_support_menu() +/client/proc/toggle_fire_support_menu() set name = "Fire Support Menu" set category = "Game Master.Extras" if(!check_rights(R_ADMIN))