Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
caethan authored Nov 2, 2021
1 parent d15e0a5 commit c81d308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map_extras.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ static bool mx_military( map &m, const tripoint & )
// 10% chance of zombie carrying weapon so 90% chance of it being on the ground
if( !one_in( 10 ) ) {
item_group_id group;
// 75% assault rifles, 10% LMGs, 5% shotguns, 5% sniper rifles
// 80% assault rifles, 10% LMGs, 5% shotguns, 5% sniper rifles
if( one_in( 20 ) ) {
group = item_group_id( "military_standard_sniper_rifles" );
} else if( one_in( 19 ) ) {
Expand Down

0 comments on commit c81d308

Please sign in to comment.