--- a/LuaGameplay.wiki Wed Apr 17 15:46:18 2019 +0100
+++ b/LuaGameplay.wiki Wed Apr 17 15:52:20 2019 +0100
@@ -24,7 +24,7 @@
=== <tt>SkipTurn()</tt> (0.9.24) ===
Forces the current hedgehog to skip its turn.
-=== <tt>EndTurn([noTaunts])</tt> (0.9.23) ===
+=== <tt>EndTurn([!noTaunts])</tt> (0.9.23) ===
Ends the current turn immediately.
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.