Skip to content

Commit

Permalink
Scouting is less exercise than Combat patrol
Browse files Browse the repository at this point in the history
  • Loading branch information
sparr committed Nov 6, 2024
1 parent 0968b5e commit b04816a
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 b04816a

Please sign in to comment.