Weighted die fixes (#13372)

This commit is contained in:
Geeves
2022-03-12 14:17:55 +01:00
committed by GitHub
parent 68cf583f8b
commit e57b4dc4eb
2 changed files with 4 additions and 2 deletions
-1
View File
@@ -35,7 +35,6 @@
var/list/results = list()
for(var/i = 1 to amount)
if(weight_roll && prob(weight_roll))
message_admins("hit weight roll")
results += favored_number
else
results += rand(1, sides)