diff -r 817767cd393b -r e2abec72de43 LuaGameplay.wiki --- 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 @@ === SkipTurn() (0.9.24) === Forces the current hedgehog to skip its turn. -=== EndTurn([noTaunts]) (0.9.23) === +=== EndTurn([!noTaunts]) (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.