Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
Fris0uman committed Dec 3, 2019
1 parent 01438bd commit 1325548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consumption.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ bool player::eat( item &food, bool force )
}
}

// chance to get foodpoisoning from bacterial contamination
// chance to get food poisoning from bacterial contamination
if( !will_vomit && !has_bionic( bio_digestion ) ) {
const int contamination = food.get_comestible()->contamination;
if( rng( 1, 100 ) <= contamination ) {
Expand Down

0 comments on commit 1325548

Please sign in to comment.