mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
oops
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user