Skip to content

Commit

Permalink
Update code/modules/admin/game_master/extra_buttons/fire_support_menu.dm
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
sunofang and harryob authored Jul 18, 2024
1 parent bde9b95 commit a3a838c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit a3a838c

Please sign in to comment.