Change success rates to integers

This commit is contained in:
Asriel Camora
2024-03-18 01:37:02 -07:00
parent 7401334c2f
commit 0b9eb078b2
9 changed files with 28 additions and 23 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ internal sealed class HastyTouch() : BaseAction(
increasesQuality: true,
defaultCPCost: 0,
defaultEfficiency: 100,
defaultSuccessRate: 0.60f
defaultSuccessRate: 60
)
{