# HG changeset patch # User Wuzzy # Date 1554686808 -3600 # Node ID fca8c324b34127655f09f3920a5a79d8ac1a1238 # Parent b3b6ed1c822f757b59b2a0176ce0bc679bf8d8a8 LuaAPI: fix typo diff -r b3b6ed1c822f -r fca8c324b341 LuaAPI.wiki --- a/LuaAPI.wiki Mon Apr 08 00:35:37 2019 +0100 +++ b/LuaAPI.wiki Mon Apr 08 02:26:48 2019 +0100 @@ -240,7 +240,7 @@ This function calls when a hog skips its turn. === onGameResult(winningClan) (0.9.25) === -This function calls when the game ends with a winner or in a draw. If a clan wins, `winningClan` is the clan ID of the winning clan. If the game ends in a draw, `winningClan` is set to -1f. +This function calls when the game ends with a winner or in a draw. If a clan wins, `winningClan` is the clan ID of the winning clan. If the game ends in a draw, `winningClan` is set to -1. === onSuddenDeath() === This function is called on the start of Sudden Death.