Add files via upload
This commit is contained in:
4
Scripts/thoth/helpers/mutant.khn
Normal file
4
Scripts/thoth/helpers/mutant.khn
Normal file
@@ -0,0 +1,4 @@
|
||||
function SuccessChance(threshold)
|
||||
local random_num = math.random(0,99)
|
||||
return ConditionResult(random_num < threshold)
|
||||
end
|
||||
Reference in New Issue
Block a user