From 0d3700d4f95e0be7fd9af534db668ae86698ed0b Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Tue, 16 Oct 2018 02:08:19 -0400 Subject: [PATCH] Added lak mines; they dont set --- SCtFGame.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/SCtFGame.cs b/SCtFGame.cs index 386babf..e833d86 100644 --- a/SCtFGame.cs +++ b/SCtFGame.cs @@ -340,6 +340,13 @@ package SCtFGame } } } + + function deployMineCheck(%mineObj, %player) + { + // explode it vgc + schedule(2000, %mineObj, "explodeMine", %mineObj, true); + } + }; /////////////////////////////////////////////////////////////////////////////////////////