Adds the land scout to the Select All Land Combat Units shortcut. Useful to bring your Skitters with your army to detect mines! Code: https://github.com/grandhomie/land_scout_combat_grouping_mod I have Alpha's great "Combat fabricator group deselect" mod (https://forums.uberent.com/threads/combat-fabricator-group-deselect.69462/) so I find it useful to add the land scout to that shortcut. If I'm able to finish this mod I'll try to do the same for the air scout. The only thing I modified is the unit_types field, it is now: "unit_types": ["UNITTYPE_Tank", "UNITTYPE_Scout", "UNITTYPE_Offense", "UNITTYPE_Mobile", "UNITTYPE_Land", "UNITTYPE_Basic", "UNITTYPE_FactoryBuild"], (I added "UNITTYPE_Offense" to the list)