Skip to content

Commit

Permalink
staffs not hardcoded to be unthrowable
Browse files Browse the repository at this point in the history
  • Loading branch information
TwelveEyes committed Jul 1, 2024
1 parent cea7576 commit 7359bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/bg_pmove.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11128,10 +11128,10 @@ qboolean PM_PickAutoMultiKick( qboolean allowSingles )
qboolean PM_SaberThrowable( void )
{
//ugh, hard-coding this is bad...
if ( pm->ps->saberAnimLevel == SS_STAFF )
/* if ( pm->ps->saberAnimLevel == SS_STAFF )
{
return qfalse;
}
} */

if ( !(pm->ps->saber[0].saberFlags&SFL_NOT_THROWABLE) )
{//yes, this saber is always throwable
Expand Down

0 comments on commit 7359bcd

Please sign in to comment.