Skip to content

Commit

Permalink
Merge pull request #77620 from sparr/scouting_easier_than_combat_patrol
Browse files Browse the repository at this point in the history
Scouting is less exercise than Combat patrol
  • Loading branch information
Maleclypse authored Nov 9, 2024
2 parents 1a413cc + b04816a commit 1c8b238
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/faction_camp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1947,6 +1947,12 @@ bool basecamp::handle_mission( const ui_mission_id &miss_id )
break;

case Camp_Scouting:
if( miss_id.ret ) {
combat_mission_return( miss_id.id );
} else {
start_combat_mission( miss_id.id, MODERATE_EXERCISE );
}
break;
case Camp_Combat_Patrol:
if( miss_id.ret ) {
combat_mission_return( miss_id.id );
Expand Down

0 comments on commit 1c8b238

Please sign in to comment.