hedgewars/uGears.pas
changeset 13171 9f80c08cdae9
parent 13096 d78e65c66573
child 13214 9c81e34f1933
--- a/hedgewars/uGears.pas	Mon Mar 12 12:27:13 2018 +0100
+++ b/hedgewars/uGears.pas	Mon Mar 12 12:37:35 2018 +0100
@@ -1119,7 +1119,8 @@
 if not isExternalSource then
     SendIPC(_S',');
 uStats.Skipped;
-skipFlag:= true
+skipFlag:= true;
+ScriptCall('onSkipTurn');
 end;
 
 procedure chHogSay(var s: shortstring);