# HG changeset patch # User Wuzzy # Date 1534016248 -3600 # Node ID 2ba0df045adceea4e6f8e52daf4875ade7e8049b # Parent c94cb3aa0b3b521bb33e4657876f65f4f75bcf6a LuaAPI: Fix SuddenDeathTurns description diff -r c94cb3aa0b3b -r 2ba0df045adc LuaAPI.wiki --- a/LuaAPI.wiki Wed Aug 08 13:15:20 2018 +0100 +++ b/LuaAPI.wiki Sat Aug 11 20:37:28 2018 +0100 @@ -171,7 +171,7 @@ || `MineDudPercent` || `0` || Chance of mine being a dud, in percent || || `AirMinesNum` || `0` || Number of air mines being placed on a medium-sized map || || `Explosives` || `2` || Number of barrels being placed on a medium-sized map || -|| `SuddenDeathTurns` || `15` || Turns until Sudden Death begins || +|| `SuddenDeathTurns` || `15` || Number of rounds until Sudden Death begins (ignoring the first round) || || `WaterRise` || `47` || Height of water rise in pixels for each Sudden Death turn || || `HealthDecrease` || `5` || Amount of health decreased on each turn in Sudden Death || || `Goals` || `""` || Use this to add additional text to the goal text popup shown at the beginning and when using the quit or pause keys. The text is added to the default text which usually explains the game modifiers and does not replace it. Use `|` for line breaks. Also, all text before and including a `:` in a line will be highlighted. See also `ShowMission`. ||