diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/g_weapon.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c index ddad4af..a74a4bf 100644 --- a/src/game/g_weapon.c +++ b/src/game/g_weapon.c @@ -719,7 +719,7 @@ void teslaFire( gentity_t *ent )    if( traceEnt->takedamage )    {      G_Damage( traceEnt, ent, ent, forward, tr.endpos, -      TESLAGEN_DMG, 0, MOD_TESLAGEN ); +      TESLAGEN_DMG, DAMAGE_KNOCKBACK, MOD_TESLAGEN );    }    // snap the endpos to integers to save net bandwidth, but nudged towards the line  | 
