# HG changeset patch
# User Wuzzy
# Date 1555512740 -3600
# Node ID e2abec72de433331482dd16db30752c6e93035d5
# Parent 817767cd393bd06de1ba52f18b2afb25ffda6893
LuaGameplay: fix link in arg
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.