mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 14:00:18 +01:00
Weighted die fixes (#13372)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user