Skip to content

Commit

Permalink
finish fixing keep, drop bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
HighDiceRoller committed May 27, 2024
1 parent 495e887 commit f41de4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/icepool/population/die.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ def lowest(self,
Args:
rolls: The number of dice to roll. All dice will have the same
outcomes as `self`.
keep, drop:
keep, drop: These arguments work together:
* If neither are provided, the single lowest die will be taken.
* If only `keep` is provided, the `keep` lowest dice will be summed.
* If only `drop` is provided, the `drop` lowest dice will be dropped
Expand Down Expand Up @@ -860,7 +860,7 @@ def highest(self,
Args:
rolls: The number of dice to roll.
keep, drop:
keep, drop: These arguments work together:
* If neither are provided, the single highest die will be taken.
* If only `keep` is provided, the `keep` highest dice will be summed.
* If only `drop` is provided, the `drop` highest dice will be dropped
Expand Down

0 comments on commit f41de4a

Please sign in to comment.