diff --git a/reactivedrop/content/infection/scripts/vscripts/challenge_asw_infection_base.nut b/reactivedrop/content/infection/scripts/vscripts/challenge_asw_infection_base.nut index db350e4ab..84f34bd89 100644 --- a/reactivedrop/content/infection/scripts/vscripts/challenge_asw_infection_base.nut +++ b/reactivedrop/content/infection/scripts/vscripts/challenge_asw_infection_base.nut @@ -215,7 +215,7 @@ function Update() if (hMarine && hMarine in g_teamHuman && !(hMarine in g_lastHuman)) { local nButtons = NetProps.GetPropInt( hPlayer, "m_nButtons" ); - if (nButtons & 16384) + if (nButtons & 278528) { UseLastStand(hMarine); }