]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/player.qc
Merge branch 'master' into 'Mario/status_effects'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / player.qc
index dd0007e36b2cb6663161cc8b12e638b808002e27..916aa8a286355bcb187e38bbf8ad4acafda103b7 100644 (file)
@@ -558,9 +558,6 @@ void PlayerDamage(entity this, entity inflictor, entity attacker, float damage,
                // don't play teleportation sounds
                this.teleportable = TELEPORT_SIMPLE;
 
-               STAT(STRENGTH_FINISHED, this) = 0;
-               STAT(INVINCIBLE_FINISHED, this) = 0;
-               STAT(SUPERWEAPONS_FINISHED, this) = 0;
                STAT(AIR_FINISHED, this) = 0;
 
                this.death_time = time;