Skip to content

Commit

Permalink
Healing: Do heal on turn 1.
Browse files Browse the repository at this point in the history
Discussed on the forums: https://r.wesnoth.org/t48817
  • Loading branch information
jostephd committed Oct 21, 2018
1 parent 9eed54d commit 6df83fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/play_controller.cpp
Expand Up @@ -485,9 +485,8 @@ void play_controller::do_init_side()
if(expense > 0) {
current_team().spend_gold(expense);
}

calculate_healing(current_side(), !is_skipping_replay());
}
calculate_healing(current_side(), !is_skipping_replay());

// Prepare the undo stack.
undo_stack().new_side_turn(current_side());
Expand Down

0 comments on commit 6df83fe

Please sign in to comment.