diff options
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/g_combat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_combat.c b/src/game/g_combat.c index 099b5e9..1a54981 100644 --- a/src/game/g_combat.c +++ b/src/game/g_combat.c @@ -1491,7 +1491,7 @@ void G_Damage( gentity_t *targ, gentity_t *inflictor, gentity_t *attacker, ( attacker->client->bufferedBlobCount++ ); VectorCopy( point, blob->origin ); - blob->value = damage; + blob->value = take; blob->flags = flags; } |