This commit is contained in:
SpaceVampire
2021-06-18 18:08:20 -04:00
parent 994d280404
commit d918d3f239
@@ -51,8 +51,8 @@
// Delete some stacks if we want
if(stacks_go_missing)
var/fuzzy = rand(-5,5)*.01
count -= floor(count*(0.8+fuzzy)) // loss of 15-25% with rounding down
var/fuzzy = rand(75,85)
count -= round(count*0.01*fuzzy) // loss of 15-25% with rounding down
if(count <= 0)
continue