# HG changeset patch # User Wuzzy # Date 1505951633 -3600 # Node ID 8ce955537e1c967eaa0946cfdbd267493c4d2c4c # Parent 637ad254daf9efb41f1a30b53c5c7739596fbd5d LuaAPI: fix **all** syntax fail diff -r 637ad254daf9 -r 8ce955537e1c LuaAPI.wiki --- a/LuaAPI.wiki Thu Sep 21 00:53:11 2017 +0100 +++ b/LuaAPI.wiki Thu Sep 21 00:53:53 2017 +0100 @@ -934,7 +934,7 @@ ==== !SetAmmo(ammoType, count, probability, delay, numberInCrate) ==== This updates the settings for a specified [AmmoTypes Ammo Type] as of count available for players, spawn probability, availability delay in turns, and the number available in crates. This is supposed to be used in the `onAmmoStoreInit()` event handler. -In Lua missions, for **all** ammo types, the ammo count, probability, delay and number in crates is set to 0 initially. Note: This also includes skip! +In Lua missions, for *all* ammo types, the ammo count, probability, delay and number in crates is set to 0 initially. Note: This also includes skip! Example: