Skip to content

Commit

Permalink
Revert "This will fix the errorneous power consumption while walking …
Browse files Browse the repository at this point in the history
…with Joint Servo CBM activated"

This reverts commit dd28818.
  • Loading branch information
AMurkin authored Nov 13, 2019
1 parent f1e1ce6 commit 546408f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9974,7 +9974,7 @@ void game::on_move_effects()
if( u.movement_mode_is( CMM_RUN ) ) {
u.mod_power_level( -55_J );
} else {
u.mod_power_level( -35_J );
u.mod_power_level( -35_kJ );
}
}
}
Expand Down

0 comments on commit 546408f

Please sign in to comment.