Skip to content

Commit

Permalink
Throw grenades instead of just dropping them on the floor
Browse files Browse the repository at this point in the history
This lowers the added speed a bit to avoid throwing them unreasonably far
  • Loading branch information
necessarily-equal committed Dec 12, 2022
1 parent 3074174 commit b72a2ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configs/missiles/firebomb.attr.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ clipmask MASK_SHOT
size 3

trajectory TR_GRAVITY
speed 400
lag 0.0 // TODO: Add a fitting lag
speed 320
lag 0.8 // portion of the velocity of the player which is added to the projectile speed

doKnockback
bounceHalf
4 changes: 2 additions & 2 deletions configs/missiles/grenade.attr.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ clipmask MASK_SHOT
size 3

trajectory TR_GRAVITY
speed 400
lag 0.0 // TODO: Add a fitting lag
speed 320
lag 0.8 // portion of the velocity of the player which is added to the projectile speed

doKnockback
bounceHalf

0 comments on commit b72a2ed

Please sign in to comment.