Skip to content

Commit 45cbfc7

Browse files
Update to script: Last Stand key press change
Requiring the player to crouch in addition to pressing the melee key in order to activate Last Stand.
1 parent efcca99 commit 45cbfc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactivedrop/content/infection/scripts/vscripts/challenge_asw_infection_base.nut

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ function Update()
215215
if (hMarine && hMarine in g_teamHuman && !(hMarine in g_lastHuman))
216216
{
217217
local nButtons = NetProps.GetPropInt( hPlayer, "m_nButtons" );
218-
if (nButtons & 16384)
218+
if (nButtons & 278528)
219219
{
220220
UseLastStand(hMarine);
221221
}

0 commit comments

Comments
 (0)