Skip to content

Commit

Permalink
fnf: more cmd groups & roles
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sync committed Dec 16, 2023
1 parent 5bb106c commit 743da78
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions application/config/fnf.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
// Keep these ordered by rank
$config['cmd_group_names'] = [
'CMD',
'Command',
'Blufor Command',
'Opfor Command',
'Indfor Command',
'Company HQ',
'PLHQ',
'PLTHQ',
Expand All @@ -45,7 +49,24 @@
'P1HQ',
'P2HQ',
'DPTHQ',
'1st HQ',
'A',
'Alpha',
'A HQ',
'Blufor A',
'Opfor A',
'Indfor A',
'BLU Alpha HQ',
'OPF Alpha HQ',
'IND Alpha HQ',
'A1',
'Alpha 1',
'Blufor A1',
'Opfor A1',
'Indfor A1',
'BLU Alpha 1',
'OPF Alpha 1',
'IND Alpha 1',
'Alpha 1-1'
];

Expand All @@ -54,6 +75,8 @@
'Company Commander',
'Platoon Leader',
'Platoon Sergeant',
'Squad Leader',
'Captain',
'Chief',
'Evil General',
'Cult Leader',
Expand Down

0 comments on commit 743da78

Please sign in to comment.