Skip to content

Commit

Permalink
Merge branch 'firesupport' of https://github.com/sunofang/PvE-CMSS13
Browse files Browse the repository at this point in the history
…into firesupport
  • Loading branch information
sunofang committed Jul 22, 2024
2 parents b7add33 + a3a838c commit ca0e51e
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 ca0e51e

Please sign in to comment.