Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Venera3 authored Mar 9, 2023
1 parent d1c1d78 commit 22b58a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1936,7 +1936,7 @@ void monster::deal_damage_handle_type( const effect_source &source, const damage
case damage_type::CUT:
case damage_type::STAB:
case damage_type::BULLET:
make_bleed( source, 1_minutes * rng( 1, adjusted_damage ) );
make_bleed( source, 1_minutes * rng( 0, adjusted_damage ) );
default:
break;
}
Expand Down

0 comments on commit 22b58a9

Please sign in to comment.