From 38b091e537e2711c29d0f82e0935c3a6e44428e2 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Fri, 8 Nov 2019 13:51:51 -0500 Subject: [PATCH] AIInit Lak Fix Console spam fix --- Classic/scripts/LakRabbitGame.cs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Classic/scripts/LakRabbitGame.cs b/Classic/scripts/LakRabbitGame.cs index 0482aa1..b71c0f3 100644 --- a/Classic/scripts/LakRabbitGame.cs +++ b/Classic/scripts/LakRabbitGame.cs @@ -18,7 +18,7 @@ // maradona, pip, phantom jaguar, hilikus, the_ham, pip, wiggle, dragon, pancho villa, w/o, nectar and many others.. // // v3.35 April 2019 -// Added Not enought players flag message delay +// Added Not enough players flag message delay // Shock in the back bonus 2 > 1.5 // // v3.34 Febuary 2019 @@ -883,6 +883,13 @@ function Player::setKnockback(%this, %val) }; +// Added +function LakRabbitGame::AIInit(%game) +{ + //call the default AIInit() function + AIInit(); +} + //exec the AI scripts //exec("scripts/aiRabbit.cs");