]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Update ice nade description
authorotta8634 <k9wolf@pm.me>
Sun, 20 Apr 2025 13:09:20 +0000 (21:09 +0800)
committerotta8634 <k9wolf@pm.me>
Sun, 20 Apr 2025 13:09:20 +0000 (21:09 +0800)
Functionality changed after !1468.

qcsrc/common/mutators/mutator/nades/nade/ice.qc

index 86cc5d3674c34e4e405aab1a01e3a221a283411e..8c8ca1637df31275f1dd41938f8fb2d17a6b18d4 100644 (file)
@@ -119,7 +119,7 @@ METHOD(IceNade, describe, string(IceNade this))
 {
        TC(IceNade, this);
        return sprintf(_("The %s detonates after a short delay, freezing any enemies who walk within the explosion radius for a few seconds after the explosion. "
-               "While frozen, enemies are progressively dealt damage."),
+               "While frozen, players can't move or shoot, leaving them vulnerable to damage."),
        COLORED_NAME(this));
 }
 #endif // MENUQC