Skip to content

Commit

Permalink
Update monstergenerator.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Feb 17, 2024
1 parent c8bd747 commit c47de95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monstergenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ static creature_size volume_to_size( const units::volume &vol )
return creature_size::tiny;
} else if( vol <= 46250_ml ) {
return creature_size::small;
} else if( vol <= 120000_ml ) {
} else if( vol <= 108000_ml ) {
return creature_size::medium;
} else if( vol <= 483750_ml ) {
return creature_size::large;
Expand Down

0 comments on commit c47de95

Please sign in to comment.