# HG changeset patch # User Wuzzy # Date 1602339903 -7200 # Node ID a6f98b1311f6f9bd15d44820d45631b75bec451b # Parent 64d9eab4357c3ffa273557260afda89a8a8afbfa LuaGameplay: Max ammo crate probability is 8, not 9 diff -r 64d9eab4357c -r a6f98b1311f6 LuaGameplay.wiki --- a/LuaGameplay.wiki Sat Oct 10 15:41:00 2020 +0200 +++ b/LuaGameplay.wiki Sat Oct 10 16:25:03 2020 +0200 @@ -123,7 +123,7 @@ * `ammoType`: Ammo type to be set * `count`: Initial ammo count. 9 = infinite - * `probability`: Crate probability. Max. value is 9. 0 = never + * `probability`: Crate probability. Value between 0 (never) and 8 (highest probability) * `delay`: Number of rounds this ammo is delayed * `numberInCrate`: Amount of ammo in a crate