From f3afda67038b2fb86af82467ee18ee5bcef35710 Mon Sep 17 00:00:00 2001 From: ineedbots Date: Mon, 14 Jun 2021 10:50:47 -0600 Subject: [PATCH] Add missing ks --- raw/maps/mp/bots/_bot_script.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raw/maps/mp/bots/_bot_script.gsc b/raw/maps/mp/bots/_bot_script.gsc index 7df55a5..8386a97 100644 --- a/raw/maps/mp/bots/_bot_script.gsc +++ b/raw/maps/mp/bots/_bot_script.gsc @@ -4427,7 +4427,7 @@ bot_killstreak_think_loop(data) } curWeap = self GetCurrentWeapon(); - if (isSubStr(curWeap, "airdrop_")) + if (isSubStr(curWeap, "airdrop_") || isSubStr(curWeap, "deployable_")) self thread BotPressAttack(0.05);