Skip to content

Commit

Permalink
Update activity_item_handling.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored and scarf005 committed Mar 27, 2023
1 parent bf8dcdf commit e2f5aa2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/activity_item_handling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3199,8 +3199,6 @@ bool find_auto_consume( player &p, const bool food )
}
if( !p.will_eat( comest, false ).success() ) {
// wont like it, cannibal meat etc
// Delete this add_mgs before merging!
add_msg( _( "%s skipped over because can't/won't eat." ), it->display_name() );
continue;
}
if( !it->is_owned_by( p, true ) ) {
Expand Down

0 comments on commit e2f5aa2

Please sign in to comment.