LuaAPI.wiki
changeset 1683 e8df7f4501a6
parent 1679 3f5e880b0375
child 1692 cb3ddd1c394a
--- a/LuaAPI.wiki	Wed Dec 12 15:23:51 2018 -0500
+++ b/LuaAPI.wiki	Thu Dec 13 11:36:10 2018 +0000
@@ -159,7 +159,7 @@
 || `MapGen` || `mgRandom` || Type of map generator. One of `mgRandom`, `mgMaze`, `mgPerlin`, `mgDrawn`. ||
 || `TemplateFilter` || `0` || _unknown meaning_ ||
 || `TemplateNumber` || `0` || _unknown meaning_ ||
-|| `MapFeatureSize` || `50` || Used by random maps to determine its “curvyness” or complexity. This value can be set by the user with the slider under the random map preview in the game setup screen. The user-set value ranges from 1 (leftmost position) to 25 (rightmost position). A good starting value is `12`. ||
+|| `MapFeatureSize` || `50` (`12` in 1.0.0) || Used by random maps to determine its “curvyness” or complexity. This value can be set by the user with the slider under the random map preview in the game setup screen. The user-set value ranges from 1 (leftmost position) to 25 (rightmost position). A good starting value is `12`. ||
 || `GameFlags` || `0` || All `GameFlags` combined as a bitmask. Setting `GameFlags` directly is discouraged, use the [LuaAPI#GameFlags_functions] instead ||
 || `Ready` || `5000` || Ready timer at the start of the turn (in milliseconds) ||
 || `Delay` || `100` || Time the current hedgehog needs to be inactive before gear stuff gets updated in infinite attack mode, like applying hog damage and deaths. This is quite an obscure variable, only change it if you know what you're doing ||