Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
RenechCDDA committed Mar 19, 2024
1 parent 0497a97 commit f0160b1
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 @@ -1487,7 +1487,7 @@ void computer_session::action_extract_rad_source()
void computer_session::action_deactivate_shock_vent()
{
Character &player_character = get_player_character();
player_character.mod_moves( -to_moves<int>( 3_seconds ) );
player_character.mod_moves( -to_moves<int>( 1_seconds ) * 0.3 );
bool has_vent = false;
map &here = get_map();
for( const tripoint &dest : here.points_in_radius( player_character.pos(), 10 ) ) {
Expand Down

0 comments on commit f0160b1

Please sign in to comment.