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);