Skip to content

Commit

Permalink
TAAAAABS!
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingranade authored Dec 13, 2019
1 parent b5433f9 commit cc4a54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/activity_handlers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2583,7 +2583,7 @@ void activity_handlers::mend_item_finish( player_activity *act, player *p )
if( method->turns_into ) {
target->faults.emplace( *method->turns_into );
}
// also_mends removes not just the fault picked to be mended, but this as well.
// also_mends removes not just the fault picked to be mended, but this as well.
if( method->also_mends ) {
target->faults.erase( *method->also_mends );
}
Expand Down

0 comments on commit cc4a54c

Please sign in to comment.