WIP: Add character file and stat adjusted skeleton actions #2

Closed
TheTaques wants to merge 11 commits from char-file into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3baaeae7c4 - Show all commits

View File

@ -24,4 +24,4 @@ def mean_outcome(success: int, failure: int, chance: float):
mean_failure = failure*(1-chance)
combined_mean_outcome = mean_success + mean_failure
return combined_mean_outcome
return int(combined_mean_outcome)