Nullify (most) environmental damage [CorkScrew]

This commit is contained in:
Izuru Yakumo
2025-07-22 19:58:45 -03:00
parent d9840aab89
commit 4219ec5076
3 changed files with 9 additions and 1 deletions

View File

@@ -1308,7 +1308,9 @@ void ClientEndFrame( gentity_t *ent ) {
}
// burn from lava, etc
P_WorldEffects (ent);
if ( g_worldDamage.integer ) {
P_WorldEffects (ent);
}
// apply all the damage taken this frame
P_DamageFeedback (ent);