Skip to content

Commit

Permalink
Update src/computer_session.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Karol1223 <[email protected]>
  • Loading branch information
Night-Pryanik and Karol1223 authored Nov 11, 2024
1 parent 503a494 commit 71760f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/computer_session.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,7 @@ void computer_session::failure_secubots()
const tripoint_range<tripoint> range =
get_map().points_in_radius( get_player_character().pos(), 3 );
if( g->place_critter_within( mon_secubot, range ) ) {
add_msg( m_warning, _( "Secubot emerges from compartment in the floor." ) );
add_msg( m_warning, _( "A secubot emerges from a compartment in the floor." ) );
}
}

Expand Down

0 comments on commit 71760f6

Please sign in to comment.