Skip to content

Commit

Permalink
advanced kung fu with higher jump levels
Browse files Browse the repository at this point in the history
  • Loading branch information
TwelveEyes committed Jul 2, 2024
1 parent 3b92db1 commit 3c856a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/bg_pmove.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13712,7 +13712,7 @@ static void PM_Weapon( void )
{
int anim = -1;
if ( (pm->ps->clientNum < MAX_CLIENTS ||PM_ControlledByPlayer())
&& g_debugMelee->integer )
&& (g_debugMelee->integer || pm->ps->forcePowerLevel[FP_LEVITATION] > FORCE_LEVEL_1) )
{
if ( (pm->cmd.buttons&BUTTON_ALT_ATTACK) )
{
Expand Down

0 comments on commit 3c856a5

Please sign in to comment.