]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/effects/qc/damageeffects.qc
Merge branch 'terencehill/decals_fix' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / effects / qc / damageeffects.qc
index a80341bd02b295bf4fbc51eb519d564f9e1e3a9e..d716672b28063a6cff0ca1443b22196ad15de9d6 100644 (file)
@@ -79,8 +79,8 @@ void DamageEffect_Think(entity this)
        }
        if(this.state && !this.owner.csqcmodel_isdead)
        {
-               // if the player was dead but is now alive, it means he respawned
-               // if so, clear his damage effects, or damages from his dead body will be copied back
+               // if the player was dead but is now alive, it means they respawned
+               // if so, clear their damage effects, or damages from their dead body will be copied back
                this.owner.total_damages = max(0, this.owner.total_damages - 1);
                delete(this);
                return;