]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove shockwave weapon from the new toys mutator
authorMario <mario@smbclan.net>
Tue, 1 Mar 2016 07:31:13 +0000 (17:31 +1000)
committerMario <mario@smbclan.net>
Tue, 1 Mar 2016 07:31:13 +0000 (17:31 +1000)
qcsrc/common/mutators/mutator/new_toys/new_toys.qc

index ab0567d3a3fb54d8d3ff7f9314135a43aaeae6c0..014c22508649375e17a6251ff9197d8cc4273ed0 100644 (file)
@@ -122,7 +122,6 @@ bool nt_IsNewToy(int w)
                case WEP_MINE_LAYER.m_id:
                case WEP_HLAC.m_id:
                case WEP_RIFLE.m_id:
-               case WEP_SHOCKWAVE.m_id:
                        return true;
                default:
                        return false;