LuaAPI: fix **all** syntax fail
authorWuzzy
Thu, 21 Sep 2017 00:53:53 +0100
changeset 1032 8ce955537e1c
parent 1031 637ad254daf9
child 1033 ea42a17739d0
LuaAPI: fix **all** syntax fail
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 @@
 ==== <tt>!SetAmmo(ammoType, count, probability, delay, numberInCrate)</tt> ====
 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: