mirror of
https://github.com/DrBeef/JKXR.git
synced 2025-02-21 03:11:00 +00:00
Let the saber cut through sand people like butter
This commit is contained in:
parent
1a25d96c3d
commit
8551460577
1 changed files with 6 additions and 0 deletions
|
@ -2326,6 +2326,12 @@ qboolean WP_SaberDamageEffects( trace_t *tr, const vec3_t start, float length, f
|
|||
//make sure the base damage is high against non-jedi, feels better
|
||||
doDmg = 10;
|
||||
}
|
||||
|
||||
// Let the saber cut through sand people like butter...
|
||||
if ( hitEnt->client && hitEnt->client->NPC_class==CLASS_TUSKEN )
|
||||
{
|
||||
doDmg = 10;
|
||||
}
|
||||
}
|
||||
}
|
||||
if ( !hitEntDmgAdd[i] && !hitEntDmgSub[i] )
|
||||
|
|
Loading…
Reference in a new issue