diff options
-rw-r--r-- | src/game/g_combat.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/g_combat.c b/src/game/g_combat.c index b0d435b..d0e381b 100644 --- a/src/game/g_combat.c +++ b/src/game/g_combat.c @@ -1163,6 +1163,10 @@ void G_SpawnDamageIndicator( gentity_t *ent, gentity_t *inflictor, di->flags |= DIF_INDIRECT | DIF_PERSISTENT; break; + case MOD_NOCREEP: + di->flags |= DIF_INDIRECT; + break; + case MOD_DECONSTRUCT: return; } |