reduce items per pile just a little fixes: #598

This commit is contained in:
[VB]AWOL
2013-10-21 17:29:25 -05:00
parent 8eea7c48d0
commit d73e1b656c

View File

@@ -19,7 +19,7 @@ switch (_iClass) do
_weights = dayz_CLChances select _index;
_cntWeights = count _weights;
_qty = 0;
_max = 1 + ceil(random 2);
_max = 1 + round(random 2);
while {_qty < _max} do
{
_tQty = 1 + round(random 1);