Skip to content

Commit

Permalink
Increased throwing knife persist time
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfetplayer committed Jun 15, 2024
1 parent 6f64e21 commit 66b1c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/g_weapon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@ void ThrowKnife( gentity_t *ent )
// entity handling
knife = G_Spawn();
knife->classname = "knife";
knife->nextthink = level.time + 20000;
knife->nextthink = level.time + 100000;
knife->think = G_FreeEntity;

// misc
Expand Down

0 comments on commit 66b1c32

Please sign in to comment.