# HG changeset patch
# User Wuzzy
# Date 1518883285 0
# Node ID ba87334e07c9beb39c3c5f33a9fa614e67ace31f
# Parent b228006249f825fbd2b45bdf75f17252b4fe106a
LuaAPI: fix EndTurn
diff -r b228006249f8 -r ba87334e07c9 LuaAPI.wiki
--- a/LuaAPI.wiki Thu Feb 15 18:08:17 2018 +0000
+++ b/LuaAPI.wiki Sat Feb 17 16:01:25 2018 +0000
@@ -954,7 +954,7 @@
==== !SetMaxBuildDistance(distInPx) (0.9.22) ====
Sets the maximum building distance for of girders and rubber bands in pixels to `distInPx`. If `distInPx` is `0`, the limit is disabled. If called without arguments, the distance will be reset to the default value.
-==== !EndTurn([noTaunts]) (0.9.23) ====
+==== `EndTurn([noTaunts])` (0.9.23) ====
Ends the current turn.
Normally, a “Coward” taunt may be played and an announcer message may be shown (depending on the situation). Set the optional `noTaunts` parameter to `true` to force the engine to never play a taunt or show a message. `noTaunts` is `false` by default.