diff --git a/application/config/fnf.php b/application/config/fnf.php index 870d8d3..c359f4a 100644 --- a/application/config/fnf.php +++ b/application/config/fnf.php @@ -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', @@ -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' ]; @@ -54,6 +75,8 @@ 'Company Commander', 'Platoon Leader', 'Platoon Sergeant', + 'Squad Leader', + 'Captain', 'Chief', 'Evil General', 'Cult Leader',