# HG changeset patch # User Wuzzy # Date 1460054446 -3600 # Node ID ccbc115e68ada2ddec329d143be3f671bb3706ad # Parent a7ddaecf54f3adc75a0a584bc754bdd5ba878576 LuaAPI: fix broken onGameInit table diff -r a7ddaecf54f3 -r ccbc115e68ad LuaAPI.wiki --- a/LuaAPI.wiki Thu Apr 07 19:39:40 2016 +0100 +++ b/LuaAPI.wiki Thu Apr 07 19:40:46 2016 +0100 @@ -167,7 +167,7 @@ || `Explosives` || `2` || Number of barrels being placed on a medium-sized map || || `SuddenDeathTurns` || `15` || Turns until Sudden Death begins || || `WaterRise` || `47` || Height of water rise each turn in Sudden Death, in pixels || -|| `HealthDecrease || `5` || Amount of health decreased on each turn in Sudden Death || +|| `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`. || || `ScreenWidth` || _N/A_ || Width of the Hedgewars window or screen || || `ScreenHeigth` || _N/A_ || Heigth of the Hedgewars window or screen ||